Aspose::Pdf::EpubLoadOptions class
Contents
[
Hide
]EpubLoadOptions class
Contains options for loading/importing EPUB file into pdf document.
class EpubLoadOptions : public Aspose::Pdf::LoadOptions
Methods
Method | Description |
---|---|
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() const | Gets the custom Css to apply when opening the Epub document. |
get_Margin() const | Gets reference on object that represent marging info. |
get_PageSize() const | Gets 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
- Class LoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++