C# Class iTextSharp.text.Header

This is an Element that contains some userdefined meta information about the document.
Inheritance: Meta
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Header ( string name, string content ) : System

Constructs a Header.

Method Details

Header() public method

Constructs a Header.
public Header ( string name, string content ) : System
name string the name of the meta-information
content string the content
return System