Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int this[ int key ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ key As Integer _ ) As Integer Get Set |
Visual C++ |
---|
public: property int default[int key] { int get (int key); void set (int key, int value); } |
Parameters
- key
- Type: System..::..Int32