DjvuMultiPageOptions

DjvuMultiPageOptions constructor (1 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions()

See Also


DjvuMultiPageOptions constructor (2 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(int[] pages)
ParameterTypeDescription
pagesInt32[]The pages indexes.

See Also


DjvuMultiPageOptions constructor (3 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(int[] pages, Rectangle exportArea)
ParameterTypeDescription
pagesInt32[]The pages indexes.
exportAreaRectangleThe export area.

See Also


DjvuMultiPageOptions constructor (4 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(IntRange range)
ParameterTypeDescription
rangeIntRangeThe range.

See Also


DjvuMultiPageOptions constructor (5 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(IntRange range, Rectangle exportArea)
ParameterTypeDescription
rangeIntRangeThe range.
exportAreaRectangleThe export area.

See Also


DjvuMultiPageOptions constructor (6 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(IntRange[] ranges)
ParameterTypeDescription
rangesIntRange[]The range.

See Also


DjvuMultiPageOptions constructor (7 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)
ParameterTypeDescription
rangesIntRange[]The range.
exportAreaRectangleThe export area.

See Also


DjvuMultiPageOptions constructor (8 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(int page)
ParameterTypeDescription
pageInt32The page index.

See Also


DjvuMultiPageOptions constructor (9 of 9)

Initializes a new instance of the DjvuMultiPageOptions class.

public DjvuMultiPageOptions(int page, Rectangle exportArea)
ParameterTypeDescription
pageInt32The page index.
exportAreaRectangleThe export area.

See Also