DjvuMultiPageOptions
Inheritance: java.lang.Object, com.aspose.imaging.imageoptions.MultiPageOptions
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.
Constructors
Constructor | Description |
---|---|
DjvuMultiPageOptions() | 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 range, Rectangle exportArea) | 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(int page) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions(int page, Rectangle exportArea) | Initializes a new instance of the DjvuMultiPageOptions class. |
DjvuMultiPageOptions()
public DjvuMultiPageOptions()
Initializes a new instance of the DjvuMultiPageOptions
class.
DjvuMultiPageOptions(int[] pages)
public DjvuMultiPageOptions(int[] pages)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int[] | The pages index. |
DjvuMultiPageOptions(int[] pages, Rectangle exportArea)
public DjvuMultiPageOptions(int[] pages, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
pages | int[] | The pages index. |
exportArea | Rectangle | The export area. |
DjvuMultiPageOptions(IntRange range)
public DjvuMultiPageOptions(IntRange range)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
DjvuMultiPageOptions(IntRange range, Rectangle exportArea)
public DjvuMultiPageOptions(IntRange range, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
range | IntRange | The range. |
exportArea | Rectangle | The export area. |
DjvuMultiPageOptions(IntRange[] ranges)
public DjvuMultiPageOptions(IntRange[] ranges)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)
public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
ranges | IntRange[] | The range. |
exportArea | Rectangle | The export area. |
DjvuMultiPageOptions(int page)
public DjvuMultiPageOptions(int page)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
DjvuMultiPageOptions(int page, Rectangle exportArea)
public DjvuMultiPageOptions(int page, Rectangle exportArea)
Initializes a new instance of the DjvuMultiPageOptions
class.
Parameters:
Parameter | Type | Description |
---|---|---|
page | int | The page index. |
exportArea | Rectangle | The export area. |