'Declaration Public Property OcrSupport As System.Nullable(Of Boolean)
public System.Nullable<bool> OcrSupport { get; set; }
public: __property System.Nullable<bool> get_OcrSupport(); public: __property void set_OcrSupport(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> OcrSupport { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }
Property Value
null - text recognition (OCR) is not supported;
true - text recognition (OCR) is enabled;
false - text recognition (OCR) is disabled.
true - text recognition (OCR) is enabled;
false - text recognition (OCR) is disabled.