Apitron.PDF.Rasterizer.ErrorHandling Namespace

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Contains objects that helps to understand errors and failures.
Classes

  ClassDescription
Public classDocumentLoadException
Indicates that problem has happened during the loading of the document. It might be thrown if document has invalid structure of if invalid password was specified.
Public classErrorLogger
Represents a container for error messages, a simple diagnostic tool that may help you to find what was wrong with PDF file during rendering.
Public classPageLoadException
Indicates that problem has happened during the loading of the page. It might be thrown if document has invalid structure or requested page is out of bounds.
Public classRenderingException
An exception that might be thrown to indicate that things went wrong with document or page rendering.