Aspose::Pdf::Text::TextSearchOptions::set_UseFontEngineEncoding method

TextSearchOptions::set_UseFontEngineEncoding method

Sets indication that text will be searched using font engine encoding. true - means that font engine encoding will be used (try this if text search fails because of imperfect encoding in the document) false - means that document font encoding will be used (default value)

void Aspose::Pdf::Text::TextSearchOptions::set_UseFontEngineEncoding(bool value)

See Also