Apitron.PDF.Rasterizer library for .NET
SystemObject
Apitron.PDF.Rasterizer.ErrorHandlingErrorLogger
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Top
Top
Represents a container for error messages,
a simple diagnostic tool that may help you to find what was wrong with PDF file during rendering.
Inheritance Hierarchy
Apitron.PDF.Rasterizer.ErrorHandlingErrorLogger
Namespace: Apitron.PDF.Rasterizer.ErrorHandling
Assembly: Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax
The ErrorLogger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ErrorLogger |
Initializes a new instance of the ErrorLogger class.
|
Properties
Name | Description | |
---|---|---|
ErrorMessages |
Gets the error messages list.This diagnostic information can be sent to support to simplify investigation process.
|
See Also