Link Search Menu Expand Document

BarcodeWebImageDrawToPDF Method (String, Int32, Int32, Int32, String)

Draws barcode on specified page of PDF document.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void DrawToPDF(
	string inputFile,
	int pageIndex,
	int x,
	int y,
	string outputFile
)

Parameters

inputFile
Type: SystemString
Input PDF file name.
pageIndex
Type: SystemInt32
Zero-based page index. Use -1 to draw barcode on each document page.
x
Type: SystemInt32
X coordinate (in document units).
y
Type: SystemInt32
Y coordinate (in document units).
outputFile
Type: SystemString
Output PDF file name.

Implements

IBarcodeDrawToPDF(String, Int32, Int32, Int32, String)
See Also

Reference