Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public string[] Choices { get; set; } |
Visual Basic |
---|
Public Property Choices As String()
Get
Set |
Visual C++ |
---|
public:
property array<String^>^ Choices {
array<String^>^ get ();
void set (array<String^>^ value);
} |
See Also