Namespace:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 10.0.35.1001
Syntaxpublic PdfPage AddClone(
PdfPage source
)
Public Function AddClone (
source As PdfPage
) As PdfPage
Parameters
- source
- Type: GemBox.PdfPdfPage
The PdfPage whose clone should be added to the PdfPages.
Return Value
Type:
PdfPage
Clone of the specified
PdfPage added to the
PdfPages.
Exceptions
See Also