PdfToolsDocumentInfo Class

This class encapsulates various properties of the PDF document being converted or searched

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public class PdfToolsDocumentInfo
Inheritance
Object    PdfToolsDocumentInfo

Constructors

PdfToolsDocumentInfoInitializes a new instance of the PdfToolsDocumentInfo class

Properties

Author The PDF document author
CreationDate The PDF document creation date
Creator The PDF document creator
Keywords The PDF document keywords
LastModifiedDate The PDF document last modification date
PageCount The number of pages in PDF document
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