FileAttachmentElement(RectangleF, String) Constructor

Creates a file attachment and a link in page to the attachment

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public FileAttachmentElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

linkRectangle  RectangleF
The attachment link rectangle in page
filePath  String
The path to file to be attached

See Also