public class DjvuMultiPageOptions extends MultiPageOptions
Djvu format page options
Constructor and Description |
---|
DjvuMultiPageOptions()
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int page)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int[] pages)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int[] pages,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange range)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange[] ranges)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange[] ranges,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(IntRange range,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int page,
Rectangle exportArea)
Initializes a new instance of the
DjvuMultiPageOptions class. |
getExportArea, getMergeLayers, getMode, getOutputLayersNames, getPages, getPageTitles, initPages, setExportArea, setMergeLayers, setMode, setOutputLayersNames, setPages, setPageTitles
public DjvuMultiPageOptions()
Initializes a new instance of the DjvuMultiPageOptions
class.
public DjvuMultiPageOptions(int[] pages)
Initializes a new instance of the DjvuMultiPageOptions
class.
pages
- The pages indexes.public DjvuMultiPageOptions(int[] pages, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
pages
- The pages indexes.exportArea
- The export area.public DjvuMultiPageOptions(IntRange range)
Initializes a new instance of the DjvuMultiPageOptions
class.
range
- The range.public DjvuMultiPageOptions(IntRange range, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
range
- The range.exportArea
- The export area.public DjvuMultiPageOptions(IntRange[] ranges)
Initializes a new instance of the DjvuMultiPageOptions
class.
ranges
- The range.public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
ranges
- The range.exportArea
- The export area.public DjvuMultiPageOptions(int page)
Initializes a new instance of the DjvuMultiPageOptions
class.
page
- The page index.public DjvuMultiPageOptions(int page, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
page
- The page index.exportArea
- The export area.