XFINIUM.PDF Documentation
AppendFile(PdfFileEx) Method



Xfinium.Pdf.Utilities Namespace > PdfMerger Class > AppendFile Method : AppendFile(PdfFileEx) Method
PDF file to append.
Appends the given file to the merged file.
Syntax
'Declaration
 
Public Overloads Sub AppendFile( _
   ByVal pdfFile As PdfFileEx _
) 
'Usage
 
Dim instance As PdfMerger
Dim pdfFile As PdfFileEx
 
instance.AppendFile(pdfFile)
public void AppendFile( 
   PdfFileEx pdfFile
)
public:
void AppendFile( 
   PdfFileEx^ pdfFile
) 

Parameters

pdfFile
PDF file to append.
Remarks
After calling this method the 'pdfFile' object is no longer valid
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMerger Class
PdfMerger Members
Overload List