PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Returns the index of the specified PDFAError object within the collection.
Namespace:
PDFTechAssembly: 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.