DocumentAddFileAttachment(Byte, String) Method

Adds an attachment with the given name from binary data to this PDF document

Definition

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

Parameters

fileData  Byte
The file data
attachmentName  String
A name for attachment

See Also