This class encapsulates various properties of the PDF document being converted or searched
Inheritance Hierarchy
EvoPdfClientPdfToolsDocumentInfo
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
The PdfToolsDocumentInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfToolsDocumentInfo | Initializes a new instance of the PdfToolsDocumentInfo class |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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