Link Search Menu Expand Document

QRCodeDrawToImage Method (String, Int32, Int32, Int32, String)

Draws barcode on another image at specified coordinates.

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

Parameters

inputFile
Type: SystemString
Input image file path.
pageIndex
Type: SystemInt32
Index of the page for multi-page TIFF images. -1 means all pages.
x
Type: SystemInt32
X coordinate.
y
Type: SystemInt32
Y coordinate.
outputFile
Type: SystemString
Output image file path.
See Also

Reference