BarCodeFromType Method (CodeType, String, XSize)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.1.1.0 (5.1.1.0)
Syntax

public static BarCode FromType(
	CodeType type,
	string text,
	XSize size
)

Parameters

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

Return Value

Type: BarCode
See Also

Reference