Typography.Footer Property

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

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public TextStyle Footer { get; set; }
VB
Public Property Footer As TextStyle
	Get
	Set

Property Value

Type: TextStyle
The default text style for page footers.

Exceptions

ExceptionCondition
ArgumentNullExceptionThe value is null.
ArgumentException The value or its fallback belongs to a different Document.

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.

See Also