EVO PDF Logo

FileAttachmentElement Constructor (RectangleFloat, String)

EVO PDF Client for .NET Framework
Creates a file attachment and a link in page to the attachment

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public FileAttachmentElement(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

linkRectangle
Type: EvoPdfClientRectangleFloat
The attachment link rectangle in page
filePath
Type: SystemString
The path to file to be attached
See Also

Reference