DrawImagesToPDFCallback DelegateByteScout Barcode SDK
Delegate for the callback method called from DrawImagesToPDF(String, String, DrawImagesToPDFCallback).

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

public delegate void DrawImagesToPDFCallback(
	int pageIndex,
	out Image[] images,
	out Point[] points,
	out string documentLayerName
)

Parameters

pageIndex
Type: SystemInt32
Index of page being processed.
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).
documentLayerName
Type: SystemString
Name for new PDF layer to place images on. If null or empty, no new layer will be created.
See Also

Reference