PdfInfo Class

The Info dictionary of a PDF document

Definition

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

Constructors

PdfInfoInitializes a new instance of the PdfInfo class

Properties

Author The PDF document author
CreationDate The PDF document creation date
Creator The PDF document creator
Keywords The PDF document keywords
LastModificationDate The PDF document last modification date
PdfPageCount The PDF document page count
Producer 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