[This is preliminary documentation and is subject to change.]
The ConversionSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConversionSettings |
The default constructor initiates a default ConversionSettings object.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BasePath |
Absolute or virtual path to the folder containing loadable objects (images, CSS, ...) (default = empty)
| |
| ContentFitBehavior |
The behavior the content fit. (default = auto)
| |
| Credentials |
The credentials used to supply to a password protected web-site. (default null)
| |
| CustomResourceLoader |
An optional resource loader which has the first opportunity to retrieve additional files. (default null)
| |
| EnableForms |
Convert the Form elements from the Xhtml into PDF fields. (default = true)
| |
| EnableLinks |
Convert the link elements (A with href) from the Xhtml into PDF links. (default = true)
| |
| EnableTooltips |
Convert Tooltip elements from the Xhtml into PDF. (default = true)
| |
| ExecuteJavaScript |
Whether or not JavaScript should be executed. (default = true)
| |
| FixedWidth |
The fixed width this conversion use. (default 1000)
| |
| FontPath |
Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder. (default = empty)
| |
| StyleSheets |
The user style sheets that will be applied by the agent.
| |
| TidyBehavior |
Whether the input is already be strict XHTML (well-formed). (default = Auto)
| |
| UseDtd |
Whether the DTD specified by the content-type should be loaded and used. (default = true)
|