Click or drag to resize
RendererEngine Enumeration
Specifies the output format that Apoc XSL-FO should render to.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Render
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum 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