XslFoLoadOptions

XslFoLoadOptions class

Represents options for loading/importing XSL-FO file into pdf document.

The XslFoLoadOptions type exposes the following members:

Constructors

NameDescription
XslFoLoadOptions()Creates XslFoLoadOptions object without xsl data.
XslFoLoadOptions(xsl_file)Initializes a new instance of the XslFoLoadOptions class
XslFoLoadOptions(xsl_stream)Initializes a new instance of the XslFoLoadOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.
xsl_streamGets xsl data for converting xml into pdf document.
base_pathThe base path/url from which are searched relative paths to external resources (if any) referenced in loaded SVG file.
parsing_errors_handling_typeSource XSLFO document can contain formatting errors. This enum enumerates possible strategies of handking of that errors

See Also