Gets or sets the font used to display the UPC values that appear outside of the
left and right guard bars.
Syntax
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);
}
'Declaration
Public Shadows Property OutsideTextFont As Font
'Usage
Dim instance As ImGearBarcodeWriter
Dim value As Font
instance.OutsideTextFont = value
value = instance.OutsideTextFont
Property Value
The Font set.
See Also