The OutputInformation object specifies information about the document.
Methods
Name |
Description |
Specifies whether the document is zipped. |
|
Returns the page count of a document. |
Specifies whether the document is zipped.
bool isZipped = false;
The method returns "1" if the document is zipped and 0 if the document is not zipped.
Returns the page count of a document.
int pageCount = 0;