[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.CaretAnnotation

CaretAnnotation Class

Represents a caret annotation, shown in a PDF as a visual symbol that indicates the presence of text edits.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class CaretAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class CaretAnnotation
    Inherits MarkupAnnotation
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
CaretAnnotation()

Initializes a new instance of the CaretAnnotation class.

Extension Methods