Accusoft.Forms1 - Updated
TextFont Property



Accusoft.BarcodeXpressSdk Namespace > Writer Class : TextFont Property
Gets and sets the font of the barcode written as text adjacent to the barcode being created.
Syntax
Public Shadows Property TextFont As Font
Dim instance As Writer
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
public new Font TextFont {get; set;}
public:
new property Font^ TextFont {
   Font^ get();
   void set (    Font^ value);
}

Property Value

The Font set.
Remarks

Default value: Arial, 16, Normal

See Also

Reference

Writer Class
Writer Members