Link Search Menu Expand Document

BarcodeControlDrawImagesToPDF Method (Stream, Int32, Image, Point, Stream)

Utility method allowing to draw any image on specified page of PDF document.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode.WinForms (in Bytescout.BarCode.WinForms.dll) Version: 7.6.3.1256-master
Syntax
public void DrawImagesToPDF(
	Stream inputStream,
	int pageIndex,
	Image[] images,
	Point[] points,
	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.
images
Type: System.DrawingImage
Array of Image objects to draw on PDF page.
points
Type: System.DrawingPoint
Array of upper-left points of images (in document units).
outputStream
Type: System.IOStream
Output stream.

Implements

IBarcodeDrawImagesToPDF(Stream, Int32, Image, Point, Stream)
See Also

Reference