'Declaration
Public Property Context As OCRContext
public OCRContext Context {get; set;}
public read-write property Context: OCRContext;
public function get,set Context : OCRContext
public: __property OCRContext get_Context(); public: __property void set_Context( OCRContext value );
public: property OCRContext Context { OCRContext get(); void set ( OCRContext value); }