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