Dictionary Property (GdPicturePDF.PdfOcrOptions)
In This Topic
Specifies the dictionary requested to the OCR engine, if any.
Syntax
'Declaration
Public Property Dictionary As String
public string Dictionary {get; set;}
public read-write property Dictionary: String;
public function get,set Dictionary : String
public: __property string* get_Dictionary();
public: __property void set_Dictionary(
string* value
);
public:
property String^ Dictionary {
String^ get();
void set ( String^ value);
}
Property Value
The default value is "eng".
See Also