C# 클래스 iTextSharp.text.Header

This is an Element that contains some userdefined meta information about the document.
상속: Meta
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Header ( string name, string content ) : System

Constructs a Header.

메소드 상세

Header() 공개 메소드

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