Contains a PDF document properties or metadata.
[SerializableAttribute()]
public class PDFDocumentProperties
<SerializableAttribute()>
Public Class PDFDocumentProperties
public class PDFDocumentProperties
[SerializableAttribute()]
public ref class PDFDocumentProperties
The PDFDocumentProperties class contains the properties or metadata of a PDF document such as the title, author and keywords.
This class is used with the following:
As the type for the PDFFile.DocumentProperties property. This property will be populated when a PDF file is loaded in the object using the PDFFile.Load method
As a parameter to the PDFFile.SetDocumentProperties method that can be used update the properties of an existing PDF file.
As the type for the PDFDocument.DocumentProperties property. This property contains the properties of the PDF document loaded in the PDFDocument object.
The following methods of the PDFFile class will use the PDFFile.DocumentProperties to update the properties of the final PDF file created or updated: PDFFile.Convert, PDFFile.Distill, PDFFile.MergeWith, PDFFile.ExtractPages, PDFFile.DeletePages, PDFFile.InsertPagesFrom and PDFFile.ReplacePagesFrom. If the value of PDFFile.DocumentProperties is null, then the PDFFile will use default values of the document properties.
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