PsLoadOptions Class
Represents options for loading/importing of .mht-file into pdf document.
Inheritance Hierarchy

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

The PsLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodPsLoadOptions
Initializes a new instance of the PsLoadOptions class
Properties
  NameDescription
Public propertyFontsFolders
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