PdfMergerAppend(String, PdfLoadOptions, PdfPageRange) Method |
Appends the specified pages from a PDF document loaded from a file with the specified path and with the specified options.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.8.27
Syntaxpublic PdfMerger Append(
string path,
PdfLoadOptions options,
params PdfPageRange[] pageRanges
)
Public Function Append (
path As String,
options As PdfLoadOptions,
ParamArray pageRanges As PdfPageRange()
) As PdfMerger
Parameters
- path String
- The path to a file from which to load a PDF document.
- options PdfLoadOptions
- The options used for loading a PdfDocument from a PDF file.
- pageRanges PdfPageRange
- The page ranges.
Return Value
PdfMergerA reference to this
PdfMerger instance.
Exceptions
See Also