PdfDocumentProperties Class

Controls the title, subject, keywords, author and the creation date of a PDF document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfDocumentProperties
Inheritance
Object    PdfDocumentProperties

Properties

Author The PDF document author
CreationDate The PDF document creation date
Keywords The PDF document keywords
Producer Returns the PDF document producer
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