Instructs Toolkit to display the comment text when generating barcodes.
Syntax:
object.ShowComment= value
Arguments:
Argument
Value Type
Description & Settings
object
N/A
Set to an instance of the object.
Value
Variant_Bool
True = comment is displayed (Default).
False = comment is hidden.
Remarks:
By default, Toolkit displays the comment text if it is included in your code. When displayed, the comment text margins are included in the size calculations.
NOTE: If you want to include the comment text margins in the calculation without displaying comment text, you will need to specify an empty string for the comment text string and ShowComment to True.
You can refer to Symbologies for a description of each barcode symbology.