Leadtools.Pdf Namespace > PDFFile Class : DocumentProperties Property |
public PDFDocumentProperties DocumentProperties {get; set;}
'Declaration Public Property DocumentProperties As PDFDocumentProperties
'Usage Dim instance As PDFFile Dim value As PDFDocumentProperties instance.DocumentProperties = value value = instance.DocumentProperties
public PDFDocumentProperties DocumentProperties {get; set;}
get_DocumentProperties();
set_DocumentProperties(value);
public: property PDFDocumentProperties^ DocumentProperties { PDFDocumentProperties^ get(); void set ( PDFDocumentProperties^ value); }
This property is used by this PDFFile in multiple ways:
This property will be populated with the PDF document file name property set in FileName after you call the Load method.
You can also use the loaded properties, modify it or completely set your own object and then use it to update the properties of the created or updated PDF by the Convert, Distill, MergeWith, ExtractPages, DeletePages, InsertPagesFrom and ReplacePagesFrom methods
For an example, refer to PDFFile.
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