Click or drag to resize

PdfTextMarkupAnnotation Class

Represents highlight, underline, squiggly and strikeout annotations
Inheritance Hierarchy

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

The PdfTextMarkupAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfTextMarkupAnnotation(PdfPage) Creates a new PdfTextMarkupAnnotation.
Public methodPdfTextMarkupAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfTextAnnotation class based on the specified dictionary.
Public methodPdfTextMarkupAnnotation(PdfPage, FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF, FS_COLOR) Creates a new PdfTextMarkupAnnotation with quadrilateral parameters as specified.
Top
Properties
 NameDescription
Public propertyQuadPoints Gets or sets a list of FS_QUADPOINTSF structures specifying the coordinates of quadrilaterals in default user space.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties
(Overrides PdfMarkupAnnotationRegenerateAppearances)
Top
Remarks
Text markup annotations appear as highlights, underlines, strikeouts (all PDF 1.3), or jagged(“squiggly”) underlines(PDF 1.4) in the text of a document. When opened, they display a pop-up window containing the text of the associated note.
See Also