PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the characters set to use in the Code 128 symbology.

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

Syntax

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

See Also