![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > 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: 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 filename 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.