Aspose::Pdf::EpubSaveOptions class

EpubSaveOptions class

Save options for export to EPUB format.

class EpubSaveOptions : public Aspose::Pdf::UnifiedSaveOptions

Enums

EnumDescription
RecognitionModeWhen PDF file (that usually has fixed layout) is being converted, the conversion engine tries to perform grouping and multi-level analysis to restore the original document author’s intent and produce result in flow layout. This property tunes that conversion for this or that desirable method of recognition of content.

Methods

MethodDescription
EpubSaveOptions()Constructor.
get_Title() constGets EPUB document title.
set_Title(System::String)Sets EPUB document title.

See Also