Link Search Menu Expand Document

IBarcodeDrawToNewPDF Method (String, Int32, Int32, Int32, Int32)

Creates new PDF document and draws barcode on it.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
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).
See Also

Reference