ItemArray Property (PdfInteractiveFormChoiceField)
Gets or sets the items as a string array.
[Category("Value")]
[Description("The items as a string array.")]
[DefaultValue(null)]
public: __property System.String[] get_ItemArray();
public: __property void set_ItemArray(
System.String[]*
);
[Category("Value")]
[Description("The items as a string array.")]
[DefaultValue(null)]
public:
property System.String[] ItemArray {
System.String[] get();
void set(array<System.String>^ );
}
Property Value
A string array, which is returned by this property, can contain strings in the following formats:
- an arbitrary string, which may contain "displayed value" and/or "export value"
- string in a format: ExportValue=DisplayedValue
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5