PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.

Namespace:  PDFTech.Barcodes.Barcode1D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public CodabarStartStopChar StartChar { get; set; }
Visual Basic (Declaration)
Public Property StartChar As CodabarStartStopChar
Visual C++
public:
property CodabarStartStopChar StartChar {
	CodabarStartStopChar get ();
	void set (CodabarStartStopChar value);
}

See Also