XPSOutputOptions Class |
Namespace: pdftron.PDF
public sealed class XPSOutputOptions
The XPSOutputOptions type exposes the following members.
Name | Description | |
---|---|---|
XPSOutputOptions |
Creates a new XPSOutputOption instance.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GenerateURLLinks |
Sets whether links should be generated from urls
found in the document. Default is false.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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
| |
SetOpenXps |
Sets whether the output format should be open xps
microsoft xps output is the default
| |
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 true for XPS and false for XOD.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |