ResourcePath Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies the resources path of the OCR engine.
Syntax
'Declaration
Public Property ResourcePath As String
public string ResourcePath {get; set;}
public read-write property ResourcePath: String;
public function get,set ResourcePath : String
public: __property string* get_ResourcePath();
public: __property void set_ResourcePath(
string* value
);
public:
property String^ ResourcePath {
String^ get();
void set ( String^ value);
}
Property Value
The default value is "".
See Also