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, 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: BarCodeSee Also