SHXTextAsGeomtery Property
In This Topic
Toggle SHX text as geomtery save option
Syntax
'Declaration
Public Property SHXTextAsGeomtery As Boolean
'Usage
Dim instance As CADPDFSaveOptions
Dim value As Boolean
instance.SHXTextAsGeomtery = value
value = instance.SHXTextAsGeomtery
public bool SHXTextAsGeomtery {get; set;}
public: __property bool get_SHXTextAsGeomtery();
public: __property void set_SHXTextAsGeomtery(
bool value
);
public:
property bool SHXTextAsGeomtery {
bool get();
void set ( bool value);
}
See Also