Adjusting CAD Drawing Size

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.

  1. Automatic adjust size
  2. 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.