Aspose::Pdf::EpubLoadOptions class

EpubLoadOptions class

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

class EpubLoadOptions : public Aspose::Pdf::LoadOptions

Methods

MethodDescription
EpubLoadOptions()Creates default load options for converting EPUB file into pdf document. Default pdf page size - A4 300dpi 2480 X 3508.
EpubLoadOptions(System::Drawing::SizeF)Creates load options with specified page size.
get_CustomCss() constGets the custom Css to apply when opening the Epub document.
get_Margin() constGets reference on object that represent marging info.
get_PageSize() constGets output page size for import.
set_CustomCss(System::String)Sets the custom Css to apply when opening the Epub document.
set_Margin(System::SharedPtr<MarginInfo>)Gets reference on object that represent marging info.

See Also