PDF .NET Library Documentation - PDF Technologies, Inc.
Returns the index of the specified PDFAError object within the collection.

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

Syntax

C#
public int IndexOf(
	PDFAError error
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	error As PDFAError _
) As Integer
Visual C++
public:
int IndexOf(
	PDFAError^ error
)

Parameters

error
Type: PDFTech..::.PDFAError
The PDFAError to locate within the collection.

Return Value

The zero-based index of the first occurrence of PDFAError within the collection; otherwise, -1 if the style is not in the collection.

See Also