Name | Description | |
---|---|---|
![]() | AppearanceState | Gets or sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance sub-dictionary. Note! If you change this property then GcPdf will NOT automatically generates appearance content streams in AppearanceStreams. See PDF specification for more details. |
![]() | AppearanceStreams | Gets the AppearanceStreams object that allows defining this annotation's appearance streams. |
![]() | AssociatedFiles | Gets the list of embedded files associated with this GrapeCity.Documents.Pdf.Graphics.FormXObject. |
![]() | 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. In either case, this text is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. |
![]() | Doc | Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this annotation. |
![]() | Flags | Gets or sets the flags specifying various characteristics of the annotation. |
![]() | Layer | Gets or sets an object that specifies the layer to which this annotation belongs.
This can be either an GrapeCity.Documents.Pdf.Layers.OptionalContentGroup or an GrapeCity.Documents.Pdf.Layers.OptionalContentMembership. |
![]() | Locked | Gets or sets a value indicating whether the annotation can be deleted or its properties (including position and size) can be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field. |
![]() | LockedContents | Gets or sets a value indicating whether the contents of the annotation can be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size. |
![]() | ModifiedDate | Gets or sets the date and time when the annotation was modified. |
![]() | Name | Gets or sets the annotation name, a text string uniquely identifying it among all annotations on its page. |
![]() | Page | Gets or sets the GrapeCity.Documents.Pdf.Page that contains this annotation.
Note that an annotation may be referenced by several pages. In that case this property returns the first element in the Pages collection. When setting this property, the following applies:
|
![]() | Pages | Gets the list of pages that reference this annotation. |
![]() | Rect | Gets or sets the annotation rectangle, defining the location of the annotation on a page. |
![]() | UserData | Gets or sets arbitrary data associated with the current annotation.
Note that this data is runtime only and is not persisted in the PDF. |