Accusoft.PdfXpressSdk Namespace > PdfDocumentAttachment Class : Name Property |
'Declaration Public Property Name As String
'Usage Dim instance As PdfDocumentAttachment Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
Default value: null.
When adding an attachment to a document, ensure the name ends with a file extension representing the attachment data's file type. If this is not done, then a PDF Viewer such as Acrobat will not understand how to open the resulting attachment using the appropriate associated application.