Winnovative Logo

FileAttachmentElement Constructor (RectangleFloat, Byte, String)

Winnovative Client for .NET Core
Creates a file attachment from a stream and a link in page to the attachment

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public FileAttachmentElement(
	RectangleFloat linkRectangle,
	byte[] fileData,
	string attachmentName
)

Parameters

linkRectangle
Type: WinnovativeClientRectangleFloat
The attachment link rectangle in page
fileData
Type: SystemByte
The file data
attachmentName
Type: SystemString
A name for attachment
See Also

Reference