Table of Contents

Property Hyperlink

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

Gets or sets the text style for hyperlinks.

public TextStyle Hyperlink { get; set; }

Property Value

TextStyle

The text style for hyperlinks.

Remarks

Default value: Parent with RGB(0, 0, 238) color and underlining.

The library automatically applies this style to Hyperlink(string, Uri) elements.

Exceptions

ArgumentNullException

The value is null.

ArgumentException

The value or its fallback belongs to a different Document.