Leadtools.Pdf Namespace : PDFDocumentProperties Class |
[SerializableAttribute()] public class PDFDocumentProperties
'Declaration <SerializableAttribute()> Public Class PDFDocumentProperties
'Usage Dim instance As PDFDocumentProperties
public sealed class PDFDocumentProperties
function Leadtools.Pdf.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 (Nothing in Visual Basic), then the PDFFile will use default values of the document properties.
For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2