Winnovative Logo

DocumentAddFileAttachment Method (Byte, String)

Winnovative Client for .NET Core
Adds an attachment with the given name from binary data to this PDF document

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

public void AddFileAttachment(
	byte[] fileData,
	string attachmentName
)

Parameters

fileData
Type: SystemByte
The file data
attachmentName
Type: SystemString
A name for attachment
See Also

Reference