public final class EpubLoadOptions extends LoadOptions
Contains options for loading/importing EPUB file into pdf document.
LoadOptions.MarginsAreaUsageModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
Modifier and Type | Field and Description |
---|---|
int |
MarginsAreaUsageMode
Represents mode of usage of margins area - defines treatement of instructions (if any) of CSS
of imported document related to usage of margins.
|
Constructor and Description |
---|
EpubLoadOptions()
Creates default load options for converting EPUB file into pdf document.
|
EpubLoadOptions(Dimension2D pageSize)
Creates load options with specified page size.
|
Modifier and Type | Method and Description |
---|---|
MarginInfo |
getMargin()
Gets reference on object that represent marging info.
|
Dimension2D |
getPageSize()
Gets output page size for import.
|
getLoadFormat, getWarningHandler, setWarningHandler
public int MarginsAreaUsageMode
Represents mode of usage of margins area - defines treatement of instructions (if any) of CSS of imported document related to usage of margins.
MarginsAreaUsageModes
public EpubLoadOptions()
Creates default load options for converting EPUB file into pdf document. Default pdf page size - A4 300dpi 2480 X 3508.
public EpubLoadOptions(Dimension2D pageSize)
Creates load options with specified page size.
pageSize
- Defines pdf page width and height.public Dimension2D getPageSize()
Gets output page size for import.
public MarginInfo getMargin()
Gets reference on object that represent marging info.
Copyright © 2016 Aspose. All Rights Reserved.