Accusoft.PdfXpress7.Net
Name Property




The name of the attachment.
Syntax
'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;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
Remarks

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.

See Also

Reference

PdfDocumentAttachment Class
PdfDocumentAttachment Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback