PDFMergeAppendImageFile Method

Append an existing image file given by the method parameter to the merge result

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public void AppendImageFile(
	string imageFileFullPath
)

Parameters

imageFileFullPath  String
The full file path of the existing image file

See Also