Table of Contents

Property Header

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

Gets or sets the text style applied to Header() and all child elements.

public TextStyle Header { get; set; }

Property Value

TextStyle

The default text style for page headers.

Remarks

Default value: Parent.

You may use this property for styling page headers.

The library automatically applies this style to Header() containers. This style overrides the Document style and a style set using TextStyle methods.

Exceptions

ArgumentNullException

The value is null.

ArgumentException

The value or its fallback belongs to a different Document.