XFINIUM.PDF.View.Win Documentation
FileName Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualFileAttachmentAnnotation Class : FileName Property
Gets or sets the name of the file attachment.
Syntax
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As PdfVisualFileAttachmentAnnotation
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public string FileName {get; set;}
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

The file name associated with the content stored in Payload property.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualFileAttachmentAnnotation Class
PdfVisualFileAttachmentAnnotation Members