Accusoft.SmartZoneOCR5.Net - Updated
Segmentation Property






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : Segmentation Property
Gets and sets the segmentation parameters.
Syntax
'Declaration
 
Public Property Segmentation As Segmentation
'Usage
 
Dim instance As Reader
Dim value As Segmentation
 
instance.Segmentation = value
 
value = instance.Segmentation
public Segmentation Segmentation {get; set;}
public read-write property Segmentation: Segmentation; 
public function get,set Segmentation : Segmentation
public: __property Segmentation* get_Segmentation();
public: __property void set_Segmentation( 
   Segmentation* value
);
public:
property Segmentation^ Segmentation {
   Segmentation^ get();
   void set (    Segmentation^ value);
}
Remarks

This property allows you to get the Segmentation object. It allows you to define the segmentation parameters.

See Also

Reference

Reader Class
Reader Members