GdPicture.NET.14.API
GdPicture14 Namespace / GdPicturePDF.PdfOcrOptions Class / CharWhiteList Property





In This Topic
CharWhiteList Property (GdPicturePDF.PdfOcrOptions)
In This Topic
Specifies the so called white list of characters, in other words the restricted recognition characters. It means that the engine shall only returns the specified characters when processing. For example, if you want to only recognize numeric characters, set this parameter to "0123456789". If you want to only recognize uppercase letters, set it to "ABCDEFGHIJKLMNOPQRSTUVWXYZ". Set this parameter to the empty string to recognize all characters.
Syntax
'Declaration
 
Public Property CharWhiteList As String
 

Property Value

The default value is "".
See Also