FileAttachmentElement(RectangleFloat, Byte, String) Constructor

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public FileAttachmentElement(
	RectangleFloat linkRectangle,
	byte[] fileData,
	string attachmentName
)

Parameters

linkRectangle  RectangleFloat
The attachment link rectangle in page
fileData  Byte
The file data
attachmentName  String
A name for attachment

See Also