 | PdfPageObjectClone Method |
Create a new page object based on this page object.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic PdfPageObject Clone()
Public Function Clone As PdfPageObject
public:
PdfPageObject^ Clone()
member Clone : unit -> PdfPageObject
public PdfPageObject Clone()
Return Value
Type:
PdfPageObjectNew page object.
See Also