PdfUnidimensionalBarcode
EncodeStartStopSymbols Property
|
Gets or sets a value indicating whether [encode start stop symbols].
Namespace:
Spire.Pdf.Barcode
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Boolean
true
if [encode start stop symbols]; otherwise,
false
.
See Also