Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

TextMinimumSymbolArea Property








Gets or sets a value indicating the minimum text symbol area.
Syntax
public int TextMinimumSymbolArea {get; set;}
'Declaration
 
Public Property TextMinimumSymbolArea As Integer
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Integer
 
instance.TextMinimumSymbolArea = value
 
value = instance.TextMinimumSymbolArea
public int TextMinimumSymbolArea {get; set;}
@property (nonatomic, assign) NSUInteger textMinimumSymbolArea
public int getTextMinimumSymbolArea()
public void setTextMinimumSymbolArea(int minSymbolArea)
            
 <br/>get_TextMinimumSymbolArea();<br/>set_TextMinimumSymbolArea(value);<br/>Object.defineProperty('TextMinimumSymbolArea'); 
public:
property int TextMinimumSymbolArea {
   int get();
   void set (    int value);
}

Property Value

An integer value that indicates the minimum text symbol area, in pixels.
Example
For an example, refer to CodecsJbig2SaveOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

Error processing SSI file