Accusoft.PdfXpress7.Net
CreationDate Property (PdfDocumentAttachment)




The creation date and time of the attachment. Uses the standard date format which closely follows that of the international standard ASN.1 (Abstract Syntax Notation One), defined in ISO/IEC 8824.
Syntax
'Declaration
 
Public Property CreationDate As String
'Usage
 
Dim instance As PdfDocumentAttachment
Dim value As String
 
instance.CreationDate = value
 
value = instance.CreationDate
public string CreationDate {get; set;}
public: __property string* get_CreationDate();
public: __property void set_CreationDate( 
   string* value
);
public:
property String^ CreationDate {
   String^ get();
   void set (    String^ value);
}
Remarks
Default value: null.
See Also

Reference

PdfDocumentAttachment Class
PdfDocumentAttachment Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback