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

Returns a collection of messages that describe the conversion.

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

Syntax

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

Remarks

Typical messages include a missing css file, a missing images and invalid css properties.

See Also