The OutputInformation object specifies information about the document.
Methods
Name  | 
Description  | 
Specifies whether the document is zipped.  | 
|
Returns the page count of a document.  | 
|
Interface used to report rendering information  | 
Specifies whether the document is zipped.
public boolean 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.
public int pageCount = 0;
Interface used to report rendering information.
public IServerNotificationEvents NotificationEvents