[This is preliminary documentation and is subject to change.]

The ConversionSettings type exposes the following members.

Properties

  NameDescription
Public propertyBasePath
Absolute or virtual path to the folder containing loadable objects (images, CSS, ...) (default = empty)
Public propertyContentFitBehavior
The behavior the content fit. (default = auto)
Public propertyCredentials
The credentials used to supply to a password protected web-site. (default null)
Public propertyCustomResourceLoader
An optional resource loader which has the first opportunity to retrieve additional files. (default null)
Public propertyEnableForms
Convert the Form elements from the Xhtml into PDF fields. (default = true)
Public propertyEnableLinks
Convert the link elements (A with href) from the Xhtml into PDF links. (default = true)
Public propertyEnableTooltips
Convert Tooltip elements from the Xhtml into PDF. (default = true)
Public propertyFixedWidth
The fixed width this conversion use. (default 1000)
Public propertyFontPath
Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder. (default = empty)
Public propertyStrict
Whether the input is already be strict XHTML (well formed). (default = false)
Public propertyStyleSheets
The user style sheets that will be applied by the agent.
Public propertyUseDtd
Whether the DTD specified by the content-type should be loaded and used. (default = true)

See Also