Table of Contents

Property Footer

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

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

public TextStyle Footer { get; set; }

Property Value

TextStyle

The default text style for page footers.

Remarks

Default value: Parent.

You may change this property for styling page footers.

The library automatically applies this style to Footer() 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.