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

Show in webframe

TextMaximumSymbolWidth Property








Gets or sets a value indicating the maximum text symbol width.
Syntax
public int TextMaximumSymbolWidth {get; set;}
'Declaration
 
Public Property TextMaximumSymbolWidth As Integer
'Usage
 
Dim instance As CodecsJbig2SaveOptions
Dim value As Integer
 
instance.TextMaximumSymbolWidth = value
 
value = instance.TextMaximumSymbolWidth
public int TextMaximumSymbolWidth {get; set;}
@property (nonatomic, assign) NSUInteger textMaximumSymbolWidth
public int getTextMaximumSymbolWidth()
public void setTextMaximumSymbolWidth(int maxSymbolWidth)
            
 <br/>get_TextMaximumSymbolWidth();<br/>set_TextMaximumSymbolWidth(value);<br/>Object.defineProperty('TextMaximumSymbolWidth'); 
public:
property int TextMaximumSymbolWidth {
   int get();
   void set (    int value);
}

Property Value

An integer value that indicates the maximum 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