Adjusting CAD Drawing Size
Contents
[
Hide
]
Using Aspose.CAD for Java, developers can adjust the size of drawing during the conversion of the CAD format. This topic explains the approach to auto-adjusts or adjusts the size using the UnitType enum of the com.aspose.cad.imageoptions class.
Adjusting CAD drawing size
Aspose.CAD for Java provides the UnitType enumeration to adjust the size of the drawing during the conversion of the CAD format. There are two ways to adjust the drawing size.
- Automatic adjust size
- Adjust size by using the UnitType enumeration of the com.aspose.cad.imageoptions class
For automatic adjusting the size, developers do not need to provide the Width and Height properties of the CadRasterizationOptions class. Below provided code snippet is an example of automatic sizing.
UnitType enumeration gives the ability to adjust scaling when Width and Height properties are not set. Below provided code snippet demonstrate how to use UnitType.