RadControls for WinForms

Specifies the output format that Apoc XSL-FO should render to.

Namespace: Telerik.Apoc.Render
Assembly: TelerikData (in TelerikData.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum RendererEngine
Visual Basic
Public Enumeration RendererEngine

Members

Member nameValueDescription
XML0 Instructs Apoc to output an XML representation.
PDF1 Instructs Apoc to output PDF.

Remarks

Currently the only useful format supported is PDF. The XML format is intended for informational/debugging purposes only.

See Also