XODOutputOptions Class |
Namespace: pdftron.PDF
public sealed class XODOutputOptions
The XODOutputOptions type exposes the following members.
Name | Description | |
---|---|---|
XODOutputOptions |
Creates a new XODOutputOptions instance.
|
Name | Description | |
---|---|---|
Equals | (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.) | |
SetAnnotationOutput |
Choose how to output annotations. Default is e_internal_xfdf.
| |
SetDPI |
The output resolution, from 1 to 1000, in Dots Per Inch (DPI) at which to render elements which cannot be directly converted.
the default value is 150 Dots Per Inch
| |
SetElementLimit |
If rendering is permitted, sets the maximum number of page elements before that page will be rendered.
the default value is 10000 elements
| |
SetFlattenContent |
Flatten images and paths into a single background image overlaid with
vector text. This option can be used to improve speed on devices with
little processing power such as iPads. Default is e_high_quality.
| |
SetFlattenThreshold |
Used to control how precise or relaxed text flattening is. When some text is
preserved (not flattened to image) the visual appearance of the document may be altered.
| |
SetJPGQuality |
Specifies the compression quality to use when generating JPEG images.
| |
SetMaximumImagePixels |
Specifies the maximum image size in pixels.
| |
SetOpacityMaskWorkaround |
If rendering is permitted, sets whether pages containing opacity masks should be rendered.
This option is used as a workaround to a bug in Silverlight where opacity masks are transformed incorrectly.
the default setting is not to render pages with opacity masks
| |
SetOutputThumbnails |
Sets whether per page thumbnails should be included in the file
the default setting is to output thumbnails
| |
SetPreferJPG |
Where possible output JPG files rather than PNG. This will apply to both thumbnails and document images.
| |
SetPrintMode |
Sets whether ToXps should be run in print mode
print mode is disabled by default
| |
SetRenderPages |
Sets whether rendering of pages should be permitted when necessary to guarantee output
the default setting is to allow rendering in this case
| |
SetThickenLines |
Sets whether thin lines should be thickened
the default setting is to not thicken lines
| |
SetThumbnailSize |
The width and height of a square in which all thumbnails will be contained.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |