A list of messages, in the order that they were generated.

Namespace: TallComponents.PDF.Diagnostics
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public MessageCollection Messages { get; }
Visual Basic
Public ReadOnly Property Messages As MessageCollection
	Get

Remarks

Messages may inlude "plain" informational messages, but also errors and warnings.

See Also