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
UriThe hyperlink URI.
Returns
- LayoutContainer
The nested container linking to the specified URI.
Exceptions
- ArgumentNullException
url
isnull
.