Sets a local goto for this Chunk.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
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
There must be a local destination matching the name.