EVO PDF Merge Library for .NET Documentation

PDFMergeAppendImageFile Method

EVO PDF Merge Library for .NET
Append an existing image file given by the method parameter to the merge result

Namespace:  EvoPdf.PdfMerge
Assembly:  evopdfmerge (in evopdfmerge.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void AppendImageFile(
	string imageFileFullPath
)

Parameters

imageFileFullPath
Type: SystemString
The full file path of the existing image file
See Also

Reference