Gets or sets a value indicating whether [encode start stop symbols].

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool EncodeStartStopSymbols { get; set; }
Public Property EncodeStartStopSymbols As Boolean
	Get
	Set
public:
property bool EncodeStartStopSymbols {
	bool get ();
	void set (bool value);
}
member EncodeStartStopSymbols : bool with get, set

Property Value

Boolean
true if [encode start stop symbols]; otherwise, false.

See Also