VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormRadioButtonGroupField Class / ItemArray Property
Syntax Requirements SeeAlso
In This Topic
    ItemArray Property (PdfInteractiveFormRadioButtonGroupField)
    In This Topic
    Gets or sets the items as a string array.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The items as a string array.")>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute(null)>
    Public Property ItemArray As System.String[]
    
    
    [Description("The items as a string array.")]
    [Category("Value")]
    [DefaultValue(null)]
    public System.String[] ItemArray { get; set; }
    
    
    [Description("The items as a string array.")]
    [Category("Value")]
    [DefaultValue(null)]
    public: __property System.String[] get_ItemArray();
    public: __property void set_ItemArray(
    System.String[]* value
    );
    [Description("The items as a string array.")]
    [Category("Value")]
    [DefaultValue(null)]
    public:
    property System.String[] ItemArray { System.String[] get(); void set(array<System.String>^ value); }

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also