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

Syntax

C#
public static PdfAnnotation CreateFileAttachment(
	PdfWriter writer,
	Rectangle rect,
	string contents,
	PdfFileSpecification fs
)
Visual Basic
Public Shared Function CreateFileAttachment ( _
	writer As PdfWriter, _
	rect As Rectangle, _
	contents As String, _
	fs As PdfFileSpecification _
) As PdfAnnotation
Visual C++
public:
static PdfAnnotation^ CreateFileAttachment(
	PdfWriter^ writer, 
	Rectangle^ rect, 
	String^ contents, 
	PdfFileSpecification^ fs
)

See Also