MhtLoadOptions 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 MhtLoadOptions : LoadOptions

The MhtLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodMhtLoadOptions
Initializes a new instance of the MhtLoadOptions class
Properties
  NameDescription
Public propertyLoadFormat
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.)
Public propertyPageInfo
Gets or sets document page info
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