Sets a local goto for this Chunk.
            
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public Chunk SetLocalGoto( string name ) | 
| Visual Basic | 
|---|
| Public Function SetLocalGoto ( _ name As String _ ) As Chunk | 
| Visual C++ | 
|---|
| public: Chunk^ SetLocalGoto( String^ name ) | 
Parameters
- name
- Type: System..::..String
 the name of the destination to go to
Return Value
this Chunk Remarks
Remarks
            There must be a local destination matching the name.
            





