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