Click or drag to resize

PDFMergeAppendImageFile Method

Append an existing image file

Namespace:  ExpertPdf.MergePdf
Assembly:  epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax
public void AppendImageFile(
	string imageFileFullPath
)

Parameters

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