ErrorLogger Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
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

SystemObject
  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

public sealed class ErrorLogger

The ErrorLogger type exposes the following members.

Constructors

  NameDescription
Public methodErrorLogger
Initializes a new instance of the ErrorLogger class.
Top
Properties

  NameDescription
Public propertyErrorMessages
Gets the error messages list.This diagnostic information can be sent to support to simplify investigation process.
Top
See Also

Reference