PdfProperties Class

Controls the title, subject, keywords, author and the creation date of the PDF document generated by converter

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfProperties
Inheritance
Object    PdfProperties

Constructors

PdfPropertiesInitializes a new instance of the PdfProperties class

Properties

Author The PDF document author
CreationDate The PDF document creation date
Creator The PDF document creator application
Keywords The PDF document keywords
Language Gets or sets the BCP 47 language tag for the PDF document, e.g. "en-US". The value is written to the PDF catalog /Lang entry and to the XMP metadata when a PDF/UA or PDF/A standard is active. Must be a valid BCP 47 language tag. The default is empty
ModificationDate Gets the date and time when the PDF document was last modified, as read from the loaded PDF's /Info /ModDate entry. Returns MinValue when no modification date is set or when the document was not loaded from an existing PDF. This property is read-only and reflects only the loaded document. The modification date of generated PDFs is set automatically by the library at save time
Producer Gets the producer string, as read from the loaded PDF's /Info /Producer entry (the application that produced the original PDF, e.g. "EvoPdf", "Adobe PDF Library", etc.). Returns an empty string when the document was not loaded from an existing PDF. This property is read-only. The producer of generated PDFs is set automatically by the library at save time
Subject The PDF document subject
Title The PDF document title

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also