Click or drag to resize

CPDFEditPageCopyEditArea Method

Copies the editing area.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool CopyEditArea(
	CPDFEditArea copyArea
)

Parameters

copyArea
Type: ComPDFKit.PDFPage.EditCPDFEditArea
The editing area.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also