public PDFDocumentProperties DocumentProperties { get; set; }
Public Property DocumentProperties As PDFDocumentProperties
public:
property PDFDocumentProperties^ DocumentProperties {
PDFDocumentProperties^ get();
void set ( 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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document