DXB Drawings
Contents
[
Hide
]
Exporting DXB Format To PDF
Aspose.CAD for .NET allows developers to export an DXB file to PDF format. DXB to PDF conversion approach works as follows:
- Load DXB drawing file using the Image.Load factory method.
- Create an object of the CadRasterizationOptions class and set the PageHeight & PageWidth properties.
- Create an object of the PdfOptions class and set the VectorRasterizationOptions property.
- Call Image.Save while passing an object of PdfOptions as the second parameter.