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 PdfObject this[ int idx ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ idx As Integer _ ) As PdfObject Get Set |
Visual C++ |
---|
public: property PdfObject^ default[int idx] { PdfObject^ get (int idx); void set (int idx, PdfObject^ value); } |
Parameters
- idx
- Type: System..::..Int32