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

The ConversionSettings type exposes the following members.

Constructors

  NameDescription
Public methodConversionSettings
The default constructor initiates a default ConversionSettings object.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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 propertyExecuteJavaScript
Whether or not JavaScript should be executed. (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 propertyStyleSheets
The user style sheets that will be applied by the agent.
Public propertyTidyBehavior
Whether the input is already be strict XHTML (well-formed). (default = Auto)
Public propertyUseDtd
Whether the DTD specified by the content-type should be loaded and used. (default = true)

See Also