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

ConstructorDescription
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:

ParameterTypeDescription
pagesint[]The pages index.

DjvuMultiPageOptions(int[] pages, Rectangle exportArea)

public DjvuMultiPageOptions(int[] pages, Rectangle exportArea)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
pagesint[]The pages index.
exportAreaRectangleThe export area.

DjvuMultiPageOptions(IntRange range)

public DjvuMultiPageOptions(IntRange range)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
rangeIntRangeThe range.

DjvuMultiPageOptions(IntRange range, Rectangle exportArea)

public DjvuMultiPageOptions(IntRange range, Rectangle exportArea)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
rangeIntRangeThe range.
exportAreaRectangleThe export area.

DjvuMultiPageOptions(IntRange[] ranges)

public DjvuMultiPageOptions(IntRange[] ranges)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
rangesIntRange[]The range.

DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)

public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
rangesIntRange[]The range.
exportAreaRectangleThe export area.

DjvuMultiPageOptions(int page)

public DjvuMultiPageOptions(int page)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
pageintThe page index.

DjvuMultiPageOptions(int page, Rectangle exportArea)

public DjvuMultiPageOptions(int page, Rectangle exportArea)

Initializes a new instance of the DjvuMultiPageOptions class.

Parameters:

ParameterTypeDescription
pageintThe page index.
exportAreaRectangleThe export area.