Add Custom Properties

Add Custom Properties

Aspose.CAD for Java API allows you to add custom properties in DXF and DWG files. For this, the API provides the CadImage.Header.CustomProperties.Add method. The following code snippet demostrates adding custom properties to DXf file by using the CadImage.Header.CustomProperties.Add method.