ClearImage .NET API
pMaxLineGap Property (CiRepair)





Inlite.ClearImage Namespace > CiRepair Class : pMaxLineGap Property
Maximum gap inside line in pixels
Syntax
'Declaration
 
Public Property pMaxLineGap As System.Integer
'Usage
 
Dim instance As CiRepair
Dim value As System.Integer
 
instance.pMaxLineGap = value
 
value = instance.pMaxLineGap
public System.int pMaxLineGap {get; set;}
public read-write property pMaxLineGap: System.Integer; 
public function get,set pMaxLineGap : System.int
public:
property System.int pMaxLineGap {
   System.int get();
   void set (    System.int value);
}
Remarks
The default value is 3
See Also

Reference

CiRepair Class
CiRepair Members