EpubSaveOptions Class
Save options for export to EPUB format
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class EpubSaveOptions : UnifiedSaveOptions

The EpubSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodEpubSaveOptions
Initializes a new instance of the EpubSaveOptions class
Properties
  NameDescription
Public propertyCloseResponse
Gets or sets boolean value which indicates will Response object be closed after document saved into response.
(Inherited from SaveOptions.)
Public propertyExtractOcrSublayerOnly
This atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.
(Inherited from UnifiedSaveOptions.)
Public propertySaveFormat
Format of data save.
(Inherited from SaveOptions.)
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 Save operation continues, however the user may also return Abort in which case the Save operation should cease.
(Inherited from SaveOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldContentRecognitionMode
When 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.
Public fieldTryMergeAdjacentSameBackgroundImages
Sometimes PDFs contain background images (of pages or table cells) constructed from several same tiling background images put one near other. In such case renderers of target formats (f.e MsWord for DOCS format) sometimes generates visible boundaries beetween parts of background images, cause their techniques of image edge smoothing (anti-aliasing) is different from Acrobat Reader. If it looks like exported document contains such visible boundaries between parts of same background images, please try use this setting to get rid of that unwanted effect. ATTENTION! This optimization of quality usually essentially slows down conversion, so, please, use this option only when it's really necessary.
(Inherited from UnifiedSaveOptions.)
See Also