BarCodeFromType Method (CodeType, String)Terminal Works - PDF Printing.Net Library
Creates a bar code from the specified code type.

Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static BarCode FromType(
	CodeType type,
	string text
)

Parameters

type
Type: PdfEdit.Drawing.BarCodesCodeType
text
Type: SystemString

Return Value

Type: BarCode
See Also

Reference