BarcodeControlDrawToNewPDF Method (String, Int32, Int32, Int32, Int32)ByteScout Barcode SDK
Creates new PDF document and draws barcode on it.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax

public void DrawToNewPDF(
	string fileName,
	int pageWidth,
	int pageHeight,
	int barcodeX,
	int barcodeY
)

Parameters

fileName
Type: SystemString
New PDF document file name.
pageWidth
Type: SystemInt32
Page width (in document units).
pageHeight
Type: SystemInt32
Page height (in document units).
barcodeX
Type: SystemInt32
X coordinate of barcode (in document units).
barcodeY
Type: SystemInt32
Y coordinate of barcode (in document units).

Implements

IBarcodeDrawToNewPDF(String, Int32, Int32, Int32, Int32)
See Also

Reference