Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfPage AddClone(
PdfPage source
)
Public Function AddClone (
source As PdfPage
) As PdfPage
Parameters
- source PdfPage
- The PdfPage whose clone should be added to the PdfPages.
Return Value
PdfPage
Clone of the specified
PdfPage added to the
PdfPages.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | source is . |
See Also