BarcodeControlDrawImagesToPDF Method (String, String, DrawImagesToPDFCallback)ByteScout Barcode SDK
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(
	string inputFile,
	string outputFile,
	DrawImagesToPDFCallback pageCallback
)

Parameters

inputFile
Type: SystemString
Input PDF file name.
outputFile
Type: SystemString
Output PDF file name.
pageCallback
Type: Bytescout.BarCodeDrawImagesToPDFCallback
Callback method called for every page of PDF document.

Implements

IBarcodeDrawImagesToPDF(String, String, DrawImagesToPDFCallback)
See Also

Reference