BarcodeWriterDisplayCaption Property |
Determines whether the caption should be drawn as part of the barcode.
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 bool DisplayCaption { get; set; }
Public Property DisplayCaption As Boolean
Get
Set
Property Value
Type:
BooleanRemarks The Caption property shows the original string without any additional characters that might be appended to the final encoded string, such as check digits.
See Also