> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/xamarin/guides/viewer-components.md).

# Viewer-components

{% content-ref url="/pages/JFWyugYawM6ZZ6XcyR05" %}
[Display list of all annotations in document](/xamarin/guides/viewer-components/annotation-list-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/MyjB1OzXedJhwBkjZitP" %}
[Page layout/presentation mode in Xamarin](/xamarin/guides/viewer-components/page-layout.md)
{% endcontent-ref %}

{% content-ref url="/pages/zhpvuLTTWN6RgVEV0W25" %}
[User-defined bookmarks for Xamarin](/xamarin/guides/viewer-components/user-bookmarks-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/AiAJ6qlXBUMoXkk2Hshx" %}
[Document outline in Xamarin](/xamarin/guides/viewer-components/outline-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/lcc9AnEuShJ1LsdLISpI" %}
[Adding PDF page slider in Xamarin](/xamarin/guides/viewer-components/thumbnail-slider-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/ypokh3ViK078SlOBWSLr" %}
[Reflow document content in Xamarin](/xamarin/guides/viewer-components/reflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/GRSnSNIQKqQiwh32kqDf" %}
[Using thumbnail browser to manipulate PDFs in Xamarin](/xamarin/guides/viewer-components/thumbnails-view-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/IPNlv8dSxOxeN1qlYW5q" %}
[UI components](/xamarin/guides/viewer-components/components-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/1dbnO4WPDszSdUO5hKOc" %}
[User-defined bookmarks in Xamarin](/xamarin/guides/viewer-components/user-bookmarks-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/2pShNBDEpLZ0g6zeKRL5" %}
[Show or hide PDF layers in Xamarin](/xamarin/guides/viewer-components/ocg-layer-browser-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/1wZ2oDzzbk1gSQr7UyHB" %}
[Display & customize list container in Xamarin](/xamarin/guides/viewer-components/list-container.md)
{% endcontent-ref %}

{% content-ref url="/pages/WoSt0HAUB7PNsC5fCewX" %}
[Customize the viewer's theme](/xamarin/guides/viewer-components/custom-theme-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/4U7Q9G9BM2uobNMOvWWG" %}
[Selectively browse PDF OCG layers in Xamarin](/xamarin/guides/viewer-components/ocg-layer-browser-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/uAHbMurZwInOKM8CmOTc" %}
[File comparison in Xamarin](/xamarin/guides/viewer-components/file-comparison-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/1a7ocnbtN3yHdX2iIKXA" %}
[Annotation toolbar customization in Xamarin](/xamarin/guides/viewer-components/annotation-toolbar-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/AJdnKLJNWNANP1BoMS9A" %}
[Page label editor: add or modify PDF pages in Xamarin](/xamarin/guides/viewer-components/page-label-editor-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/o4lu89q5OEQYD2NRTgLN" %}
[Add watermarks to PDF in Xamarin](/xamarin/guides/viewer-components/watermark-editor-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/cAzBuKafe0L1CCvZ981a" %}
[Compare PDF files in Xamarin](/xamarin/guides/viewer-components/file-comparison-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/XvtPg38ypu7Kj99ngueC" %}
[Display outlines & bookmarks in Xamarin](/xamarin/guides/viewer-components/outline-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/yPgPL2EgD00nebnZAEmN" %}
[View annotations as list in Xamarin](/xamarin/guides/viewer-components/annotation-list-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/hn0um1w6Z0gKLMkFMPtt" %}
[Customizing thumbnail slider in Xamarin](/xamarin/guides/viewer-components/thumbnail-slider-a.md)
{% endcontent-ref %}

{% content-ref url="/pages/YOjbHi3Nq8dxaKidBqwo" %}
[Manipulate pages with thumbnail browser in Xamarin](/xamarin/guides/viewer-components/thumbnails-view-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/APZzTo3ZMwFOUEZSa5Dd" %}
[Customize annotation toolbar in Xamarin viewer](/xamarin/guides/viewer-components/annotation-toolbar-i.md)
{% endcontent-ref %}

{% content-ref url="/pages/KoKr0PAAVxxbjTRLs7Wi" %}
[Customizing document viewer slider in Xamarin](/xamarin/guides/viewer-components/document-slider-a.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/xamarin/guides/viewer-components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
