EpubLoadOptions

EpubLoadOptions class

Contains options for loading/importing EPUB file into pdf document.

The EpubLoadOptions type exposes the following members:

Constructors

NameDescription
EpubLoadOptions()Creates default load options for converting EPUB file into pdf document.
Default pdf page size - A4 300dpi 2480 X 3508.
EpubLoadOptions(page_size)Initializes a new instance of the EpubLoadOptions 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.
page_sizeGets or sets output page size for import.
marginGets reference on object that represent marging info.
margins_area_usage_modeRepresents mode of usage of margins area - defines treatement
of instructions (if any) of CSS of imported document
related to usage of margins.
page_size_adjustment_modeATTENTION! The feature implemented but did not put yet to public API since blocker issue in
OSHARED layer revealed for sample document.


Represents mode of usage of page size during conversion.
Formats (like HTML, EPUB etc), usually have float design, so, it allows to fit required
pagesize. But sometimes content has specified horizontal positions or size that
does not allow put content into required page size.
In such case we can define what should be done in this case (i.e when size of content does not fit
required initial page size of result PDF document).

See Also