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

Syntax

C#
public int FileAttachmentIndex { set; }
Visual Basic
Public WriteOnly Property FileAttachmentIndex As Integer
	Set
Visual C++
public:
property int FileAttachmentIndex {
	void set (int value);
}

See Also