PDFView4NET WinForms Edition


DisplayStartStopSymbols Property
Gets or sets a value indicating whether the start/stop symbols should be displayed.
Syntax
'Declaration
 
Public Property DisplayStartStopSymbols As Boolean
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As Boolean
 
instance.DisplayStartStopSymbols = value
 
value = instance.DisplayStartStopSymbols
public bool DisplayStartStopSymbols {get; set;}

Property Value

True if the start/stop symbol should be displayed. Default is true.
Remarks
Hiding the start/stop symbols can generate unreadable barcodes in some situations, unless you have specialized barcode readers that are aware of missing start/stop symbols.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also