[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Page

Page Property

Page

Gets or sets the 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:

  • If the new value is null, this annotation is removed from all pages.
  • Otherwise, this annotation is assigned exclusively to the specified page.
Declaration
public Page Page { get; set; }
Public Property Page As Page