PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D.
Namespace:
PDFTech.Barcodes.Barcode1DAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public CodabarStartStopChar StopChar { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property StopChar As CodabarStartStopChar |
| Visual C++ |
|---|
public: property CodabarStartStopChar StopChar { CodabarStartStopChar get (); void set (CodabarStartStopChar value); } |