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

Syntax

C#
public string[] ChoiceExports { get; set; }
Visual Basic
Public Property ChoiceExports As String()
	Get
	Set
Visual C++
public:
property array<String^>^ ChoiceExports {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

See Also