Click or drag to resize
PDFMergeAppendImageFile Method
Append an existing image file

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

Parameters

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