BarcodeWebImageDrawImagesToPDF Method (Stream, Stream, DrawImagesToPDFCallback)ByteScout Barcode SDK
Utility method allowing to draw any image 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 DrawImagesToPDF(
	Stream inputStream,
	Stream outputStream,
	DrawImagesToPDFCallback pageCallback
)

Parameters

inputStream
Type: System.IOStream
Stream containing input PDF document.
outputStream
Type: System.IOStream
Output stream.
pageCallback
Type: Bytescout.BarCodeDrawImagesToPDFCallback
Callback method called for every page of PDF document.

Implements

IBarcodeDrawImagesToPDF(Stream, Stream, DrawImagesToPDFCallback)
See Also

Reference