No Viewer available In Toolbox

I have installed GroupDocs.Viewer both via NuGet and by MSI and added the dll as a reference, but do not see any Viewer available in the Toolbox which I can use to add into my project.

How do I add a viewer to my webpage?

@DPaynter ,

GroupDocs.Viewer doesn’t contain any built-in viewer control, instead, it is a back-end API that allows you to rasterize the documents in the form that can be displayed in the front end applications. The API provides the following ways to render a document:

You can download the source code examples to know about the working of the API. You may also have a look at the following article that shows how to create a simple document viewer in ASP.NET using GroupDocs.Viewer for .NET.

For more details, please visit the documentation of the API.