[This is preliminary documentation and is subject to change.]

A single message that is returned by the conversion process.

Namespace: TallComponents.Web.Diagnostics
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public class Message
Visual Basic
Public Class Message

Remarks

This clas cannot be instantiated. Document.Write returns a Summary object. The Summary.Messages property holds a collection of Message objects.

Inheritance Hierarchy

System..::..Object
  TallComponents.Web.Diagnostics..::..Message

See Also