ResourceFolder Property (GdPictureTextExtraction)
In This Topic
Specifies the path to the directory containing the engine resources (mostly dictionaries).
Syntax
'Declaration
Public Property ResourceFolder As String
public string ResourceFolder {get; set;}
public read-write property ResourceFolder: String;
public function get,set ResourceFolder : String
public: __property string* get_ResourceFolder();
public: __property void set_ResourceFolder(
string* value
);
public:
property String^ ResourceFolder {
String^ get();
void set ( String^ value);
}
Property Value
The default value is an empty string.
See Also