LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TextMaximumSymbolWidth Property

Show in webframe







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) unsigned int textMaximumSymbolWidth;

            
 
get_TextMaximumSymbolWidth();
set_TextMaximumSymbolWidth(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.