API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdCADDefinition Class > OdCADDefinition Methods > OdCADDefinition::getTextSearchable Method
OdCADDefinition::getTextSearchable Method
Syntax
C++
void getTextSearchable(bool& state) const;
Parameters 
Description 
bool& state 
[out] A placeholder for the flag value. 

Returns the current value of the TTF text searchable flag. The method fills a passed boolean value with the flag value and returns it to a calling subroutine.

The TTF text searchable flag determines whether it is possible to search text represented with a true type font (if the flag value is true) or not (if false). This flag works only if the TTF fonts geometry representation flag is equal to true.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.