Add Custom Properties
Contents
[
Hide
]
This method works for both DXF and DWG files.
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.