TTFTextAsGeomtery Property
In This Topic
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