Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
      
    Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public PDFAnchor this[ int index ] { get; set; } | 
| Visual Basic | 
|---|
| Public Default Property Item ( _ index As Integer _ ) As PDFAnchor Get Set | 
| Visual C++ | 
|---|
| public: property PDFAnchor^ default[int index] { PDFAnchor^ get (int index); void set (int index, PDFAnchor^ value); } | 
Parameters
- index
- Type: System..::..Int32
 
     
     
     
     
    