CPDFCopyEditAreaPasteEditArea Method  | 
 
            Pastes the editing area.
            
 
    Namespace: 
   ComPDFKit.PDFPage.Edit
    Assembly:
   ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic CPDFEditArea PasteEditArea(
	CPDFEditPage pastePage,
	CPoint point
)
Parameters
- pastePage
 - Type: ComPDFKit.PDFPageCPDFEditPage
Page to paste. - point
 - Type: CPoint
Specified position. 
Return Value
Type: 
CPDFEditAreaEditing area.
See Also