Property Footnote
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Footnote
Gets or sets the text style for footnotes.
public TextStyle Footnote { get; set; }
Property Value
- TextStyle
The text style for footnotes.
Remarks
Default value: Parent with font size equal to 6 points.
The library does not automatically apply this style to any elements.
Exceptions
- ArgumentNullException
The value is
null
.- ArgumentException
The value or its fallback belongs to a different Document.