AcadPreferencesPdfOutputClassLayoutsToExport Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual PdfExportLayoutSettingType LayoutsToExport { get; set; }
Public Overridable Property LayoutsToExport As PdfExportLayoutSettingType
Get
Set
public:
virtual property PdfExportLayoutSettingType LayoutsToExport {
PdfExportLayoutSettingType get ();
void set (PdfExportLayoutSettingType value);
}
abstract LayoutsToExport : PdfExportLayoutSettingType with get, set
override LayoutsToExport : PdfExportLayoutSettingType with get, set
Property Value
Type:
PdfExportLayoutSettingType
Implements
IAcadPreferencesPdfOutputLayoutsToExport
See Also