BarCodeFromType Method (CodeType, String, XSize, CodeDirection)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,
	CodeDirection direction
)

Parameters

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

Return Value

Type: BarCode
See Also

Reference