This property has been deprecated and will be removed from the API in a future release.
Gets and sets the property to automatic segmentation of vertically overlapping characters.
Syntax
public bool SplitOverlappingChars {get; set;}
public: __property bool get_SplitOverlappingChars();
public: __property void set_SplitOverlappingChars(
bool value
);
public:
property bool SplitOverlappingChars {
bool get();
void set ( bool value);
}
'Declaration
Public Property SplitOverlappingChars As Boolean
'Usage
Dim instance As Segmentation
Dim value As Boolean
instance.SplitOverlappingChars = value
value = instance.SplitOverlappingChars
See Also