Class AcadPreferencesPdfOutput
Member of BricscadApp
Use following to obtain a reference to the PreferencesPdfOutput object:
 
Dim pdfPref As AcadPreferencesPdfOutput 
Set pdfPref = ThisDrawing.Application.Preferences.Output.Pdf 
 
The PreferencesPdfOutput object contains PdfOutput settings (stored in registry). The object contains following properties:
| Properties | 
|---|
| Application | 
| EmbeddedTtf | 
| LayersSetting | 
| LayoutsToExport | 
| PaperHeight | 
| PaperSizeOverride | 
| PaperWidth | 
| ShxTextAsGeometry | 
| SimpleGeomOptimization | 
| TtfTextAsGeometry | 
| UsePlotStyles | 
| ZoomToExtents | 
| © Menhirs NV. All rights reserved. |