Click or drag to resize

CPDFCopyEditAreaPasteEditArea Method

Pastes the editing area.

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFEditArea PasteEditArea(
	CPDFEditPage pastePage,
	CPoint point
)

Parameters

pastePage
Type: ComPDFKit.PDFPageCPDFEditPage
Page to paste.
point
Type: ComPDFKit.ImportCPoint
Specified position.

Return Value

Type: CPDFEditArea
Editing area.
See Also