-
- GrapeCity.Documents.Pdf
- GrapeCity.Documents.Pdf.AcroForms
- GrapeCity.Documents.Pdf.Actions
-
GrapeCity.Documents.Pdf.Annotations
-
- AnnotationBase
- AnnotationCollection
- Appearance
- AppearanceStreams
- Border
- BorderEffect
- ButtonAppearance
- CaretAnnotation
- CircleAnnotation
- DefaultAppearance
- FileAttachmentAnnotation
- FreeTextAnnotation
- ImageScale
- InkAnnotation
- LineAnnotation
- LinkAnnotation
- MarkupAnnotation
- PolygonAnnotation
- PolygonAnnotationBase
- PolyLineAnnotation
- PopupAnnotation
- RedactAnnotation
- RichMediaAnnotation
- RichMediaAnnotationActivation
- RichMediaAnnotationDeactivation
- RichMediaAnnotationPresentationStyle
- SoundAnnotation
- SoundAnnotationIcon
- SquareAnnotation
- StampAnnotation
- StateAppearance
-
TextAnnotation
- TextMarkupAnnotation
- UnknownAnnotation
- WatermarkAnnotation
- WidgetAnnotation
- WidgetAnnotation.TriggerEvents
-
- GrapeCity.Documents.Pdf.Articles
- GrapeCity.Documents.Pdf.Graphics
- GrapeCity.Documents.Pdf.Graphics.ColorSpaces
- GrapeCity.Documents.Pdf.Graphics.Images
- GrapeCity.Documents.Pdf.Layers
- GrapeCity.Documents.Pdf.Log
- GrapeCity.Documents.Pdf.MarkedContent
- GrapeCity.Documents.Pdf.Operators
- GrapeCity.Documents.Pdf.Parser
- GrapeCity.Documents.Pdf.Recognition
- GrapeCity.Documents.Pdf.Recognition.Model
- GrapeCity.Documents.Pdf.Recognition.Structure
- GrapeCity.Documents.Pdf.Recognition.TextReplaceMap
- GrapeCity.Documents.Pdf.Security
- GrapeCity.Documents.Pdf.Spec
- GrapeCity.Documents.Pdf.Structure
- GrapeCity.Documents.Pdf.Text
- GrapeCity.Documents.Pdf.Text.CMap
- GrapeCity.Documents.Pdf.TextMap
- GrapeCity.Documents.Pdf.Wrappers
- GrapeCity.Documents.Pdf.Writer
(Showing Draft Content)
GrapeCity.Documents.Pdf.Annotations.TextAnnotation
TextAnnotation Class
Represents a sticky note attached to a point in a PDF document.
Inheritance
TextAnnotation
Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class TextAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class TextAnnotation
Inherits MarkupAnnotation
Implements IOwnedObject, IContentItem, IPdfDict
Constructors
| Name | Description |
|---|---|
| TextAnnotation() | Initializes a new instance of the TextAnnotation class. |
Properties
| Name | Description |
|---|---|
| Icon | Gets or sets the type of the icon used to display the annotation. |
| Open | Gets or sets a flag specifying whether the annotation should initially be displayed open. |
| State | Gets or sets the state to which the original annotation shall be set. The following describes the predefined combinations of State and StateModel, and their meanings: See PDF specification for more details. |
| StateModel | Gets or sets the state model corresponding to State. See State and PDF specification for details. |
Methods
| Name | Description |
|---|---|
| GetIconSize(TextAnnotationIcon, float, float) | Returns the size of the specified TextAnnotationIcon. |