PDFView4NET WinForms Edition
DisplayStartStopSymbols Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFUnidimensionalBarcode Class : 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;}
public: __property bool get_DisplayStartStopSymbols();
public: __property void set_DisplayStartStopSymbols( 
   bool value
);
public:
property bool DisplayStartStopSymbols {
   bool get();
   void set (    bool value);
}

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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFUnidimensionalBarcode Class
PDFUnidimensionalBarcode Members