Class PdfTextAnnotation
- Namespace
- PdfSharp.Pdf.Annotations
- Assembly
- PdfSharp.dll
Represents a text annotation.
public sealed class PdfTextAnnotation : PdfAnnotation, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfTextAnnotation
- Implements
- Inherited Members
Constructors
PdfTextAnnotation()
Initializes a new instance of the PdfTextAnnotation class.
public PdfTextAnnotation()
PdfTextAnnotation(PdfDocument)
Initializes a new instance of the PdfTextAnnotation class.
public PdfTextAnnotation(PdfDocument document)
Parameters
documentPdfDocument
Properties
Icon
Gets or sets an icon to be used in displaying the annotation.
public PdfTextAnnotationIcon Icon { get; set; }
Property Value
Open
Gets or sets a flag indicating whether the annotation should initially be displayed open.
public bool Open { get; set; }