FontSize Property (IBarcodeFont)
In This Topic
Gets or Sets the size of font for the barcode value. The default value for this property is 12px.
Syntax
'Declaration
Property FontSize As System.String
'Usage
Dim instance As IBarcodeFont
Dim value As System.String
instance.FontSize = value
value = instance.FontSize
System.string FontSize {get; set;}
read-write property FontSize: System.String;
function get,set FontSize : System.String
__property System.string* get_FontSize();
__property void set_FontSize(
System.string* value
);
property System.String^ FontSize {
System.String^ get();
void set ( System.String^ value);
}
See Also