Table of Contents

Method Hyperlink

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

Hyperlink(Uri)

Adds the hyperlink.

public LayoutContainer Hyperlink(Uri url)

Parameters

url Uri

The hyperlink URI.

Returns

LayoutContainer

The nested container linking to the specified URI.

Exceptions

ArgumentNullException

url is null.