CPDFDocument Properties |
The CPDFDocument type exposes the following members.
Name | Description | |
---|---|---|
ErrorType |
Error message for the document loading.
To determine the error type, use the code to obtain error of type CPDFDocumentError.
Except for the CPDFDocumentPasswordError error, other errors cannot open the document.
If CPDFDocumentPasswordError, reading the document requires a password.
| |
FileName |
Gets document name.
| |
FilePath |
The path for the document
| |
FontSubset |
Gets or sets the font subset.
| |
HasRepaired |
Whether document is repaired.
| |
IsEncrypted |
Whether document is encrypted.
| |
IsLocked |
Whether the document is locked.
| |
PageCount |
The total count of document pages.
|