# GrapeCity.Documents.Pdf.PdfImageLocation.Annotation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_PdfImageLocation_Annotation_" data-uid="GrapeCity.Documents.Pdf.PdfImageLocation.Annotation*">Annotation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_PdfImageLocation_Annotation_" data-uid="GrapeCity.Documents.Pdf.PdfImageLocation.Annotation*"></a>
<h4 id="GrapeCity_Documents_Pdf_PdfImageLocation_Annotation" data-uid="GrapeCity.Documents.Pdf.PdfImageLocation.Annotation">Annotation</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.AnnotationBase.html">AnnotationBase</a> that references this image.</p>
<p>
If this property is not <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, the image is used in an appearance stream of an annotation.
In that case the <a class="xref" href="GrapeCity.Documents.Pdf.PdfImageLocation.Page.html#GrapeCity_Documents_Pdf_PdfImageLocation_Page">Page</a> property returns the page that owns the annotation.
If the annotation is shared between several pages (its <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages.html#GrapeCity_Documents_Pdf_Annotations_AnnotationBase_Pages">Pages</a> property 
contains more than one item), the <a class="xref" href="GrapeCity.Documents.Pdf.PdfImageLocation.Page.html#GrapeCity_Documents_Pdf_PdfImageLocation_Page">Page</a> property will return the
first page in the <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.AnnotationBase.Pages.html#GrapeCity_Documents_Pdf_Annotations_AnnotationBase_Pages">Pages</a> list.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AnnotationBase Annotation { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Annotation As AnnotationBase</code></pre>
</div>
</div>
