BarcodeDrawToPDF Method (Stream, Int32, Int32, Int32, Stream)ByteScout Barcode SDK
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(
	Stream inputStream,
	int pageIndex,
	int x,
	int y,
	Stream outputStream
)

Parameters

inputStream
Type: System.IOStream
Stream containing input PDF document.
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).
outputStream
Type: System.IOStream
Output stream.

Implements

IBarcodeDrawToPDF(Stream, Int32, Int32, Int32, Stream)
See Also

Reference