PDFView4NET WinForms Edition
FileName Property (PDFFileAttachment)




O2S.Components.PDFView4NET Namespace > PDFFileAttachment Class : FileName Property
Gets or sets the file name.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As PDFFileAttachment
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
public: __property string* get_FileName();
public: __property void set_FileName( 
   string* value
);
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the file whose content is stored in Data property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFileAttachment Class
PDFFileAttachment Members