TextSearchOptions.UseFontEngineEncoding

TextSearchOptions.UseFontEngineEncoding property

Gets or 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)

public bool UseFontEngineEncoding { get; set; }

See Also