Class Ecrion.Ultrascale.OutputInformation

Top Previous Topic Next Topic  Print this topic

The OutputInformation object specifies information about the document.

 

Methods

 

Name

Description

isZipped

Specifies whether the document is zipped.

pageCount

Returns the page count of a document.

 

 

isZipped

 

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.

 

 

pageCount

Returns the page count of a document.

 

 

       int pageCount = 0;