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.
STDMETHOD(get_isZipped)(VARIANT_BOOL* pVal);
The method returns "1" if the document is zipped and "0" if the document is not zipped.
Returns the page count of a document.
STDMETHOD(get_pageCount)(int* pVal);