Click or drag to resize

PdfTextAnnotation Class

Represents a text annotation
Inheritance Hierarchy

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

The PdfTextAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfTextAnnotation(PdfPage) Creates a new PdfTextAnnotation.
Public methodPdfTextAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfTextAnnotation class based on the specified dictionary.
Public methodPdfTextAnnotation(PdfPage, IconNames, String, String, Single, Single) Creates a new PdfTextAnnotation.
Public methodPdfTextAnnotation(PdfPage, IconNames, FS_COLOR, String, String, Single, Single) Creates a new PdfTextAnnotation with specified parameters.
Top
Properties
 NameDescription
Public propertyExtendedIconName The name of an icon to be used in displaying the annotation.
Public propertyIsOpen Gets or sets a flag specifying whether the annotation should initially be displayed open.
Public propertyStandardIconName The name of an icon to be used in displaying the annotation.
Public propertyState Gets orsets the state to which the original annotation should be set;
Public propertyStateModel Gets orsets the state model corresponding to State;
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties.
(Overrides PdfMarkupAnnotationRegenerateAppearances)
Top
Remarks
A text annotation represents a “sticky note” attached to a point in the PDF document. When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note in a font and size chosen by the viewer application. Text annotations do not scale and rotate with the page; they behave as if the NoZoom and NoRotate annotation flags (see AnnotationFlags) were always set.
See Also