---
title: "Gallery demo"
canonical_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/gallery-demo/"
md_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/gallery-demo.md"
last_updated: "2026-05-19T01:10:17.036Z"
description: "Learn how to use DocuVieware for displaying, annotating, and navigating various document formats in a gallery demo application."
---

# Gallery demo

This sample application demonstrates DocuVieware as a document reader application alongside a document gallery containing various document formats, such as PDF, TIFF, and DOCX files, as well as JBIG2, JPEG, DICOM, SVG, and many others.

[Try demo](https://www.docuvieware-demo.com/gallery_demo.aspx)

Choose a document to display. Then annotate and browse it (for multipage documents), search for text, or use bookmark navigation.

## Points of interest

- How to load a document dynamically on user action using a [custom action](https://www.nutrient.io/api/docuvieware/PostCustomServerAction.html)

- How to retrieve document type and page count, and generate a thumbnail server-side using the [`GetDocumentPreview` method](https://www.nutrient.io/api/gdpicture/GdPicture.NET.14~GdPicture14.GdPictureDocumentUtilities~GetDocumentPreview.html)

- Bookmark snap-in showing the document bookmarks (if any) and enabling direct navigation

- Thumbnails snap-in showing all the document pages and enabling direct navigation

- Search snap-in enabling text search in the current document

- Save the document (partially or all of it) with or without the annotations as a PDF or a TIFF document

- Print the document (partially or all of it) to either an actual printer or to a file output, with or without the annotations

## Related APIs

- [`PostCustomServerAction`](https://www.nutrient.io/api/docuvieware/PostCustomServerAction.html)
---

## Related pages

- [Annotations demo](/guides/docuvieware/demo-applications-overview/annotations-demo.md)
- [Blog integration demo](/guides/docuvieware/demo-applications-overview/blog-integration-demo.md)
- [Custom toolbar demo](/guides/docuvieware/demo-applications-overview/custom-toolbar-demo.md)
- [Demo applications overview](/guides/docuvieware/demo-applications-overview.md)
- [Customizable viewer demo](/guides/docuvieware/demo-applications-overview/customizable-viewer-demo.md)
- [PDF form fields demo](/guides/docuvieware/demo-applications-overview/pdf-form-fields-demo.md)
- [Online barcode recognition demo](/guides/docuvieware/demo-applications-overview/online-barcode-recognition-demo.md)
- [Image cleanup demo](/guides/docuvieware/demo-applications-overview/image-cleanup-demo.md)
- [TWAIN acquisition demo](/guides/docuvieware/demo-applications-overview/twain-acquisition-demo.md)
- [Standalone viewer demo](/guides/docuvieware/demo-applications-overview/standalone-viewer-demo.md)

