Click or drag to resize

BarcodeWriterCaptionFont Property

The Font used to display the Caption if enabled (see DisplayCaption). Default is 8 point Arial.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Font CaptionFont { get; set; }

Property Value

Type: Font
Remarks
If no Font is supplied a default "Arial" 8pt is used.
See Also