Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Factor Property








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) NSUInteger factor
public int getFactor()
public void setFactor(int value)
            
 <br/>get_Factor();<br/>set_Factor(value);<br/>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

Error processing SSI file