Gets or sets a value indicating whether the start/stop symbols should be displayed.
'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.
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