PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public PDFControl this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As PDFControl |
| Visual C++ |
|---|
public: property PDFControl^ default[int index] { PDFControl^ get (int index); } |
Parameters
- index
- Type: System..::.Int32