'Declaration Public Property TextOverImageSettings As OcrTextOverImageSettings
public OcrTextOverImageSettings TextOverImageSettings { get; set; }
public: __property OcrTextOverImageSettings* get_TextOverImageSettings(); public: __property void set_TextOverImageSettings(
OcrTextOverImageSettings* value
);
public:
property OcrTextOverImageSettings^ TextOverImageSettings { OcrTextOverImageSettings^ get(); void set(OcrTextOverImageSettings^ value); }
Property Value
Default value is new instance of OcrTextOverImageSettings class.