ImageGear .NET - Updated
TTFTextAsGeomtery Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : TTFTextAsGeomtery Property
Toggle TTF text as geomtery save option
Syntax
'Declaration
 
Public Property TTFTextAsGeomtery As Boolean
'Usage
 
Dim instance As CADPDFSaveOptions
Dim value As Boolean
 
instance.TTFTextAsGeomtery = value
 
value = instance.TTFTextAsGeomtery
public bool TTFTextAsGeomtery {get; set;}
public: __property bool get_TTFTextAsGeomtery();
public: __property void set_TTFTextAsGeomtery( 
   bool value
);
public:
property bool TTFTextAsGeomtery {
   bool get();
   void set (    bool value);
}
See Also

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members