Click or drag to resize
Pdf Library for .NET

PdfAnnotationElement Class

Represents a text annotation in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfAnnotationElement

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfAnnotationElement : PdfPageElement

The PdfAnnotationElement type exposes the following members.

Constructors
  NameDescription
Public methodPdfAnnotationElement
Constructs a text annotation element.
Top
Properties
  NameDescription
Public propertyIcon
Gets or sets the annotation icon in the pdf document.
Public propertyOpen
Gets or sets annotation status.
Public propertyRectangle
Gets or sets the annotation rectangle in the pdf page.
Public propertyText
Gets or sets the annotation text.
Top
See Also