PDFMergeAppendImageFile Method

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

Definition

Namespace: EvoPdf.PdfMerge
Assembly: EvoPdfMerge_NetCore (in EvoPdfMerge_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