groupdocs.viewer

On this page

Main GroupDocs.Viewer namespace with top-level API classes.

Classes

Class Description
FileType Represents a file type and provides methods to obtain the list of all file types supported by GroupDocs.Viewer.
IAuxDisposable Expands the standard System.IDisposable interface, allows obtaining the current state of an object and subscribing to a disposing event.
License Manages GroupDocs.Viewer licensing.
Metered Manages metered (pay-per-use) licensing.
Viewer Represents main class that controls document rendering process.
ViewerSettings Defines settings for customizing Viewer behaviour.

Exceptions

Exception Description
GroupDocsViewerException Represents the generic errors that occur during document processing.
IncorrectPasswordException The exception that is thrown when specified password is incorrect.
InvalidFontFormatException The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is a font of supported (known) format, but actually is a font of unexpected and/or unsupported format or not a font at all.
InvalidImageFormatException The exception that is thrown when trying to open, load, save or process somehow else some content, that presumably is an image (raster or vector), but actually is an image of unexpected and/or unsupported format or not an image at all.
PasswordRequiredException The exception that is thrown when password is required to load the document.

On this page