Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddFileAttachment(
	string description,
	byte[] fileStore,
	string file,
	string fileDisplay
)
Visual Basic
Public Sub AddFileAttachment ( _
	description As String, _
	fileStore As Byte(), _
	file As String, _
	fileDisplay As String _
)
Visual C++
public:
void AddFileAttachment(
	String^ description, 
	array<unsigned char>^ fileStore, 
	String^ file, 
	String^ fileDisplay
)

Parameters

description
Type: System..::..String
fileStore
Type: array<System..::..Byte>[]()[][]
file
Type: System..::..String
fileDisplay
Type: System..::..String

See Also