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.
For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.
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