Table of Contents

Property Title

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

Title

Gets or sets the text style for titles.

public TextStyle Title { get; set; }

Property Value

TextStyle

The text style for titles.

Remarks

Default value: Parent with font size 42 points.

You may use this property for styling some important headings like document title.

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.