Constructs a Meta.

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

Syntax

C#
public Meta(
	string tag,
	string content
)
Visual Basic
Public Sub New ( _
	tag As String, _
	content As String _
)
Visual C++
public:
Meta(
	String^ tag, 
	String^ content
)

Parameters

tag
Type: System..::..String
the tagname of the meta-information
content
Type: System..::..String
the content

See Also