MultiPageOptions Constructor (IntRange, Rectangle)

Initializes a new instance of the MultiPageOptions class.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected MultiPageOptions(
	IntRange[] ranges,
	Rectangle exportArea
)

Parameters

ranges
Type: Aspose.CADIntRange
The IntRange.
exportArea
Type: Aspose.CADRectangle
The export area.
See Also