Click or drag to resize

PdfCaretAnnotation Class

Represents a caret annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfCaretAnnotation : PdfMarkupAnnotation

The PdfCaretAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfCaretAnnotation(PdfPage) Creates a new PdfCaretAnnotation.
Public methodPdfCaretAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfCaretAnnotation class based on the specified dictionary.
Public methodPdfCaretAnnotation(PdfPage, FS_RECTF, FS_COLOR, Boolean) Creates a new PdfCaretAnnotation with parameters as specified.
Top
Properties
 NameDescription
Public propertyInnerRectangle Gets or sets an inner rectangle of the annotation.
Public propertyIsSymbol Gets or sets a value indicating whether a new paragraph symbol (¶) is associated with the caret.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties
(Overrides PdfMarkupAnnotationRegenerateAppearances)
Top
Remarks
A caret annotation (PDF 1.5) is a visual symbol that indicates the presence of text edits.
See Also