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.