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

Show in webframe

TextMinimumSymbolWidth Property








Gets or sets a value indicating the minimum text symbol width.
Syntax
public int TextMinimumSymbolWidth {get; set;}
'Declaration
 
Public Property TextMinimumSymbolWidth As Integer
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Integer
 
instance.TextMinimumSymbolWidth = value
 
value = instance.TextMinimumSymbolWidth
public int TextMinimumSymbolWidth {get; set;}
@property (nonatomic, assign) NSUInteger textMinimumSymbolWidth
public int getTextMinimumSymbolWidth()
public void setTextMinimumSymbolWidth(int minSymbolWidth)
            
 <br/>get_TextMinimumSymbolWidth();<br/>set_TextMinimumSymbolWidth(value);<br/>Object.defineProperty('TextMinimumSymbolWidth'); 
public:
property int TextMinimumSymbolWidth {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

CodecsJbig2SaveOptions Class
CodecsJbig2SaveOptions Members

Error processing SSI file