Constructs a Meta.

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

Syntax

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

Parameters

type
Type: System..::..Int32
the type of meta-information
content
Type: System..::..String
the content

See Also