PDF .NET Library Documentation - PDF Technologies, Inc.
Gets a specific PDFAError class using an index value.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFAError this[
	int Index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As PDFAError
Visual C++
public:
property PDFAError^ default[int Index] {
	PDFAError^ get (int Index);
}

Parameters

Index
Type: System..::.Int32
An index value of the PDFAError to retrieve.

Return Value

A PDFAError structure at the index value.

See Also