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 informations 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, set ComputePageCountOnly in RenderingParameters to true.

 

 

NotificationEvents

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

 

 

public IServerNotificationEvents        NotificationEvents;

 

 

Note: Information about the interface can be found here.

In order to retrieve rendering informations from the server the flag RenderingFeedback from RenderingParameters needs to be set accordingly.