Table of Contents

Property Header

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Gets or sets the text style for Header() containers.

public TextStyle Header { get; set; }

Property Value

TextStyle

The text style for page headers.

Remarks

Default value: Parent.

The library automatically applies a combination of this and other text styles to Header() containers. These are the parts of the combination in the order the library combines them:

  • Text defaults
  • The Document style
  • Styles applied by a call to one of the TextStyle methods
  • This (Header) style

Each next part of the combination can replace properties from already combined parts.

Exceptions

ArgumentNullException

The value is null.

ArgumentException

The value or its fallback belongs to a different Document.