PdfDocumentCreateUriLink Method
Constructs a link in the given PDF page from the given rectangle to the resource given by the the destination URI
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void CreateUriLink(
PdfPage page,
RectangleF rectangle,
string uri
)
Public Sub CreateUriLink (
page As PdfPage,
rectangle As RectangleF,
uri As String
)
public:
void CreateUriLink(
PdfPage^ page,
RectangleF rectangle,
String^ uri
)
member CreateUriLink :
page : PdfPage *
rectangle : RectangleF *
uri : string -> unit
Parameters
- page PdfPage
- The PDF page where to create the link
- rectangle RectangleF
- The link rectangle in PDF page
- uri String
- The destination URI