BarcodeWebImageDrawToImage Method (Stream, Int32, Int32, Int32, Stream)ByteScout Barcode SDK
Draws barcode to image at specified coordinates.

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

public void DrawToImage(
	Stream inputStream,
	int pageIndex,
	int x,
	int y,
	Stream outputStream
)

Parameters

inputStream
Type: System.IOStream
Input stream containing the image to draw the barcode on.
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.
outputStream
Type: System.IOStream
Output stream.

Implements

IBarcodeDrawToImage(Stream, Int32, Int32, Int32, Stream)
See Also

Reference