This is an Element that contains some meta information about the document.

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

Syntax

C#
public class Meta : IElement
Visual Basic
Public Class Meta _
	Implements IElement
Visual C++
public ref class Meta : IElement

Remarks

An object of type Meta can not be constructed by the user. Userdefined meta information should be placed in a Header-object. Meta is reserved for: Subject, Keywords, Author, Title, Producer and Creationdate information.

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Meta
    iTextSharp.text..::..Header

See Also