public class DjvuMultiPageOptions extends MultiPageOptions
The API for DjVu graphics file format provides developers with seamless access to DjVu documents, ideal for scanned documents and books. With image loading options, developers can effortlessly integrate DjVu files into their applications, unlocking the potential to work with multi-page content, including text, drawings, and images, for versatile document processing solutions.
| 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, getPageRasterizationOptions, getPages, getPageTitles, getTimeInterval, initPages, setExportArea, setMergeLayers, setMode, setOutputLayersNames, setPageRasterizationOptions, setPages, setPageTitles, setTimeIntervalpublic DjvuMultiPageOptions()
Initializes a new instance of the DjvuMultiPageOptions class.
public DjvuMultiPageOptions(int[] pages)
Initializes a new instance of the DjvuMultiPageOptions class.
pages - The pages index.public DjvuMultiPageOptions(int[] pages,
Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions class.
pages - The pages index.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.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.