Click or drag to resize

XPSOutputOptions Class

A class containing options for ToXps functions
Inheritance Hierarchy
SystemObject
  pdftron.PDFXPSOutputOptions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class XPSOutputOptions

The XPSOutputOptions type exposes the following members.

Constructors
  NameDescription
Public methodXPSOutputOptions
Creates a new XPSOutputOption instance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGenerateURLLinks
Sets whether links should be generated from urls found in the document. Default is false.
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.)
Public methodSetDPI
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
Public methodSetOpenXps
Sets whether the output format should be open xps microsoft xps output is the default
Public methodSetPrintMode
Sets whether ToXps should be run in print mode print mode is disabled by default
Public methodSetRenderPages
Sets whether rendering of pages should be permitted when necessary to guarantee output the default setting is to allow rendering in this case
Public methodSetThickenLines
Sets whether thin lines should be thickened the default setting is true for XPS and false for XOD.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also