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

Show in webframe

TextMinimumSymbolHeight Property








Gets or sets a value indicating the minimum text symbol height.
Syntax
public int TextMinimumSymbolHeight {get; set;}
'Declaration
 
Public Property TextMinimumSymbolHeight As Integer
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Integer
 
instance.TextMinimumSymbolHeight = value
 
value = instance.TextMinimumSymbolHeight
public int TextMinimumSymbolHeight {get; set;}
@property (nonatomic, assign) NSUInteger textMinimumSymbolHeight
public int getTextMinimumSymbolHeight()
public void setTextMinimumSymbolHeight(int minSymbolHeight)
            
 <br/>get_TextMinimumSymbolHeight();<br/>set_TextMinimumSymbolHeight(value);<br/>Object.defineProperty('TextMinimumSymbolHeight'); 
public:
property int TextMinimumSymbolHeight {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

Error processing SSI file