ImageGear .NET - Updated
SHXTextAsGeomtery Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : SHXTextAsGeomtery Property
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

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members