PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Gets a specific PDFAError class using an index value.
Namespace:
PDFTechAssembly: 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.