PDFMergeAppendImageFile Method |
Append an existing image file
Namespace: ExpertPdf.MergePdfAssembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic void AppendImageFile(
string imageFileFullPath
)
Public Sub AppendImageFile (
imageFileFullPath As String
)
Parameters
- imageFileFullPath String
- The full file path of the existing image file
See Also