Click or drag to resize

CPDFDocument Properties

The CPDFDocument type exposes the following members.

Properties
  NameDescription
Public propertyErrorType
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.
Public propertyFileName
Gets document name.
Public propertyFilePath
The path for the document
Public propertyHasRepaired
Whether document is repaired.
Public propertyIsEncrypted
Whether document is encrypted.
Public propertyIsLocked
Whether the document is locked.
Public propertyPageCount
The total count of document pages.
Top
See Also