PDFMergeAppendImageFile Method |
Append an existing image file
Namespace:
ExpertPdf.MergePdf
Assembly:
epmergepdf (in epmergepdf.dll) Version: 7.0
Syntax public void AppendImageFile(
string imageFileFullPath
)
Public Sub AppendImageFile (
imageFileFullPath As String
)
Parameters
- imageFileFullPath
- Type: SystemString
The full file path of the existing image file
See Also