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