PdfFileAttachmentFromUrl Method

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public static PdfFileAttachment FromUrl(
	string url
)

Parameters

url  String
The URL to reference

Return Value

PdfFileAttachment
A new attachment instance

See Also