![]() | Pdf |
The PdfAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfAnnotation(PdfPage) | Creates a new annotation. |
![]() | PdfAnnotation(PdfPage, PdfTypeBase) | Initializes a new instance of the PdfAnnotation class based on the specified dictionary. |
Name | Description | |
---|---|---|
![]() | Color | Gets or sets the color of annotation.Please see remarks section for more details |
![]() | Contents | Gets or sets the text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. |
![]() | DownAppearance | The annotation’s down appearance. |
![]() | Flags | Gets or sets a set of flags specifying various characteristics of the annotation AnnotationFlags. |
![]() | ListOfIndirectObjects | Gets list of indirect objects |
![]() | ModificationDate | Gets or sets the date and time when the annotation was most recently modified. The preferred format is a date string as described in remarks, but viewer applications should be prepared to accept and display a string in any format. |
![]() | Name | Gets or sets the annotation name, a text string uniquely identifying it among all the annotations on its page. |
![]() | NormalAppearance | The annotation’s normal appearance. |
![]() | Page | Gets PDF page associated with this annotation. |
![]() | Rectangle | Gets or sets the annotation rectangle, defining the location of the annotation on the page in default user space units. |
![]() | RolloverAppearance | The annotation’s rollover appearance. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a new annotation based on its type in the specified dictionary. |
![]() | CreateEmptyAppearance | Creates empty appearance stream |
![]() | Dispose |
Releases the unmanaged resources used by the Annotation class and optionally releases the managed resources.
(Overrides PdfWrapper.Dispose(Boolean)) |
![]() | GenerateAppearance | Generate content of specified appearance stream. |
![]() |
---|
A annotation may be referenced from the PdfAnnotationCollection that assigned with one page only. Attempting to share an annotation among multiple pages produces unpredictable behavior.This requirement applies only to the annotation itself, not to subsidiary objects, which can be shared among multiple annotations without causing any difficulty |