PdfProperties Class

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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
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
Keywords The PDF document keywords
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