XpsLoadOptions

XpsLoadOptions class

Represents options for loading/importing xps file into pdf document.

The XpsLoadOptions type exposes the following members:

Constructors

NameDescription
XpsLoadOptions()Initializes a new instance of the XpsLoadOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
load_formatRepresents file format which LoadOptions describes.
batch_sizeDefines batch size if batched conversion is applicable
to source and destination formats pair.

See Also