ImageGear .NET - Updated
FillingMethod Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class : FillingMethod Property
Gets or sets zone filling method.
Syntax
'Declaration
 
Public Property FillingMethod As ImGearRecFillingMethod
'Usage
 
Dim instance As ImGearRecZone
Dim value As ImGearRecFillingMethod
 
instance.FillingMethod = value
 
value = instance.FillingMethod
public ImGearRecFillingMethod FillingMethod {get; set;}
public: __property ImGearRecFillingMethod get_FillingMethod();
public: __property void set_FillingMethod( 
   ImGearRecFillingMethod value
);
public:
property ImGearRecFillingMethod FillingMethod {
   ImGearRecFillingMethod get();
   void set (    ImGearRecFillingMethod value);
}

Property Value

ImGearRecFillingMethod enumeration value.
Remarks
Filling method used by the zone. This is used to define what kind of zone filling method has been used originally on the document to fill the zone's area. (i.e. whether it contains machine print, graphic, etc.).
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
ImGearRecFillingMethod Enumeration