VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceField Class / ItemArray Property
Syntax Requirements SeeAlso
In This Topic
ItemArray Property (PdfInteractiveFormChoiceField)
In This Topic
Gets or sets the items as a string array.
Syntax
'Declaration

<CategoryAttribute("Value")>
<DescriptionAttribute("The items as a string array.")>
<DefaultValueAttribute(null)>
Public Property ItemArray As System.String[]

[Category("Value")]
[Description("The items as a string array.")]
[DefaultValue(null)]
public System.String[] ItemArray { get; set; }

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
Requirements

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

See Also