PDF document properties or metadata used with this PDFFile object.
public PDFDocumentProperties DocumentProperties { get; set; }
Public Property DocumentProperties As Leadtools.Pdf.PDFDocumentProperties
public:
property Leadtools.Pdf.PDFDocumentProperties^ DocumentProperties {
Leadtools.Pdf.PDFDocumentProperties^ get();
void set ( Leadtools.Pdf.PDFDocumentProperties^ );
}
A PDFDocumentProperties that contain the PDF document properties or metadata used with this PDFFile. The default value is null .
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET