Barcode Xpress for .NET Core v13.9 - Updated
OutsideTextFont Property




Accusoft.BarcodeXpressSdk Namespace > Writer Class : OutsideTextFont Property
Gets and sets the font used to display the UPC values that appear outside of the left and right guard bars.
Syntax
'Declaration
 
Public Shadows Property OutsideTextFont As Font
'Usage
 
Dim instance As Writer
Dim value As Font
 
instance.OutsideTextFont = value
 
value = instance.OutsideTextFont
public new Font OutsideTextFont {get; set;}
public: __property new Font* get_OutsideTextFont();
public: __property new void set_OutsideTextFont( 
   Font* value
);
public:
new property Font^ OutsideTextFont {
   Font^ get();
   void set (    Font^ value);
}

Property Value

The Font set.
Remarks

Outside value text is only written for certain barcodes where this is standard. The barcode types that support outside text are UPC-A, UPC-E, EAN-8 and EAN-13. For all other types, this value is ignored.

Default value: Arial, 16, Normal

See Also

Reference

Writer Class
Writer Members

Is this page helpful?
Yes No
Thanks for your feedback.