PdfFileAttachmentFromUrl Method

Creates an attachment that references a URL. Opens in the default browser when activated

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static PdfFileAttachment FromUrl(
	string url
)

Parameters

url  String
The URL to reference

Return Value

PdfFileAttachment
A new attachment instance

See Also