DocumentAddFileAttachment(Byte, String, String) Method

Adds an attachment with the given name and a given description 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,
	string descr
)

Parameters

fileData  Byte
The file data
attachmentName  String
A name for attachment
descr  String
The attachment description

See Also