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