.NET Programmers Reference

Top Previous Topic Next Topic  Print this topic

Summary

This reference describes the XF Rendering Server 2013 programming interfaces available in the Microsoft .NET environment.

 

The following table lists the core objects:

 

Class

Description

Engine

Class representing a single instance of a rendering engine. Use it to render documents in one of the supported output formats.

RenderingParameters

Class representing the parameters that customize a rendering operation.

ServerDocumentTemplate

Class representing a template installed in a remote XF Rendering Server instance.

LocalDocumentTemplate

Class representing a template file on the client computer.

XMLDataSource

Class representing the XML input supplied to the rendering engine.

DASDataSource

Class representing the data retrieved by Ecrion Data Aggregation Server and supplied as input to the rendering engine.

 

A sample "Hello World" application is included in the Code Samples section.