PdfFileAttachmentFromUrl Method

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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