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

Retrieve a message by 0-based index.

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

Syntax

C#
public Message this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Message
	Get

Parameters

index
Type: System..::..Int32

See Also