EpubLoadOptions Properties

The EpubLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyLoadFormat
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.)
Public propertyMargin
Gets reference on object that represent marging info.
Public propertyPageSize
Gets or sets output page size for import.
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.)
See Also