Class Ecrion.Ultrascale.OutputInformation

Top Previous Topic Next Topic  Print this topic

The OutputInformation object specifies information about the document.

 

Members/Properties

 

Name

Description

NotificationEvents

The engine to use when applying XSL Transformations to generate XSL-FO from XML.

 

Methods

 

Name

Description

IsZipped

Specifies whether the document is zipped.

PageCount

Returns the page count of a document.

IServerNotificationEvents

Interface that returns information from server, like log and progress.

 

 

IsZipped

 

Specifies whether the output document is a ZIP archive.

 

 

       public bool IsZipped;

 

 

 

PageCount

Returns the page count of a document.

 

 

       public int PageCount;

 

 

Note:

·To efficiently get the number of pages in a document without rendering it, ComputePageCountOnly from RenderingParameters must be set to "true".

 

 

NotificationEvents

Interface that needs to be implemented by you in order to receive rendering feedback.

 

 

       public IServerNotificationEvents        NotificationEvents;

 

 

Note:

·Information about the interface can be found here.
·In order to retrieve rendering information from the server, the flag RenderingFeedback from RenderingParameters must be set accordingly.