Skip to main content
Skip table of contents

Header

Header Public class

Description

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

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text
  iTextSharp.text.Header[[Header]]
  iTextSharp.text.Meta[[Meta]]
  end
iTextSharp.text.Meta --> iTextSharp.text.Header

Members

Properties

Public properties
TypeNameMethods
stringName
Returns the name of the meta information.
get

Details

Summary

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

Example

Header header = new Header("inspired by", "William Shakespeare");

Inheritance

Constructors

Header

Source code

public Header(string name, string content)
Arguments
TypeNameDescription
stringnamethe name of the meta-information
stringcontentthe content
Summary

Constructs a Header.

Properties

Name
public override string Name { get; }
Summary

Returns the name of the meta information.

Value

a string

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.