Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Content Viewer

Control GrooperReview.DocView

Content viewers display different types of document and file content.

Remarks

The Content Viewer control serves as the abstract base for all document and file viewing components used by Document Viewer. It provides a unified interface for displaying a wide variety of content types, including text, images, PDFs, and other file formats, by delegating to specialized viewers for each type.

  • Acts as a foundation for all Grooper document and file viewers.
  • Supports opening and streaming content from files and renditions within a batch.
  • Enables consistent handling of different content types, allowing derived controls to present content in the most appropriate format for the user.
  • Used as a base for controls such as Text Editor, Page Viewer, and ZIP Viewer.

Derived Types

There are 7 implementations of Content Viewer.

HTML Viewer Displays an HTML document.
Mail Viewer Displays an e-mail message.
NDJSON Editor Displays newline-delimited JSON (NDJSON) documents and optionally allows the message content to be edited.
Null Viewer Displays a placeholder view for unsupported, empty, or unrecognized document types.
Page Viewer Displays paginated documents.
Text Editor Displays text documents and optionally allows the text content to be edited.
ZIP Viewer Displays the contents of a ZIP file.

Used By

Notification