FileAttachmentElement(RectangleFloat, Byte, String) Constructor
Creates a file attachment from a stream and a link in page to the attachment
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public FileAttachmentElement(
RectangleFloat linkRectangle,
byte[] fileData,
string attachmentName
)
Public Sub New (
linkRectangle As RectangleFloat,
fileData As Byte(),
attachmentName As String
)
Parameters
- linkRectangle RectangleFloat
- The attachment link rectangle in page
- fileData Byte
- The file data
- attachmentName String
- A name for attachment