XpsLoadOptions Class
Represents options for loading/importing xps file into pdf document.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class XpsLoadOptions : LoadOptions, 
	IPipelineOptions

The XpsLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodXpsLoadOptions
Initializes a new instance of the XpsLoadOptions class
Properties
  NameDescription
Public propertyBatchSize
Defines batch size if batched conversion is applicable to source and destination formats pair.
Public propertyLoadFormat
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.)
Public propertyWarningHandler
Callback 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.
(Inherited from LoadOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also