Click or drag to resize

CPDFCopyEditArea Class

The base class is about copied area.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFPage.EditCPDFCopyEditArea

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFCopyEditArea

The CPDFCopyEditArea type exposes the following members.

Properties
  NameDescription
Public propertyType
Editing type.
Top
Methods
  NameDescription
Public methodGetCopyTextAreaContent
Gets the content of editing area being copied.
Public methodGetFrame
Gets rectangle of copied area on the page.
Public methodIsValid
Whether the object is valid.
Public methodPasteEditArea
Pastes the editing area.
Top
See Also