LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Factor Property

Show in webframe







Gets or sets the Threshold factor.
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As AutoBinarizeCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
@property (nonatomic, assign) unsigned int factor;
public int getFactor()
public void setFactor(int value)
            
 
get_Factor();
set_Factor(value);
Object.defineProperty('Factor');
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the threshold factor.
Example
Refer to AutoBinarizeCommand.
Requirements

Target Platforms

See Also

Reference

AutoBinarizeCommand Class
AutoBinarizeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.