Sets the generic tag Chunk.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Chunk SetGenericTag(
	string text
)
Visual Basic
Public Function SetGenericTag ( _
	text As String _
) As Chunk
Visual C++
public:
Chunk^ SetGenericTag(
	String^ text
)

Parameters

text
Type: System..::..String
the text for the tag

Return Value

this Chunk

Remarks

The text for this tag can be retrieved with PdfPageEvent.

See Also