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.