Accusoft.Forms1 - Updated
Segmentation Property (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : Segmentation Property
Gets and sets the segmentation parameters.
Syntax
Public Property Segmentation As Segmentation
Dim instance As Reader
Dim value As Segmentation
 
instance.Segmentation = value
 
value = instance.Segmentation
public Segmentation Segmentation {get; set;}
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