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

Syntax

C#
public string FileAttachmentPagename { set; }
Visual Basic
Public WriteOnly Property FileAttachmentPagename As String
	Set
Visual C++
public:
property String^ FileAttachmentPagename {
	void set (String^ value);
}

See Also