EnableKeyValuePairsExtraction Property (GdPictureTextExtraction)
In This Topic
Specifies whether key value pairs extraction is enabled.
Syntax
'Declaration
Public Property EnableKeyValuePairsExtraction As Boolean
public bool EnableKeyValuePairsExtraction {get; set;}
public read-write property EnableKeyValuePairsExtraction: Boolean;
public function get,set EnableKeyValuePairsExtraction : boolean
public: __property bool get_EnableKeyValuePairsExtraction();
public: __property void set_EnableKeyValuePairsExtraction(
bool value
);
public:
property bool EnableKeyValuePairsExtraction {
bool get();
void set ( bool value);
}
Property Value
Default value is false.
See Also