'Declaration Public ReadOnly Property Annotation As AnnotationBase
public AnnotationBase Annotation {get;}
If this property is not a null reference (Nothing in Visual Basic), the image is used in an appearance stream of an annotation. In that case the Page property returns the page that owns the annotation. If the annotation is shared between several pages (its GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages property contains more than one item), the Page property will return the first page in the GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages list.
'Declaration Public ReadOnly Property Annotation As AnnotationBase
public AnnotationBase Annotation {get;}