PDFMergeAppendImageFile Method |
Append an existing image file
Namespace: ExpertPdf.MergePdfAssembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntaxpublic 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