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





In This Topic
ResourcePath Property (GdPicturePDF.PdfOcrOptions)
In This Topic
Specifies the resources path of the OCR engine, if any.
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