VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceField Class / SelectedItem Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SelectedItem Property (PdfInteractiveFormChoiceField)
    In This Topic
    Gets or sets a selected item of choice field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A selected item of choice field.")>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute(null)>
    Public Overridable Property SelectedItem As System.String
    
    
    [Description("A selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public virtual System.String SelectedItem { get; set; }
    
    
    [Description("A selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public: __property virtual System.String get_SelectedItem();
    public: __property virtual void set_SelectedItem(
    System.String value
    );
    [Description("A selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public:
    virtual property System.String SelectedItem { System.String get(); void set(System.String value); }

    Property Value

    null if choice field does NOT have selected item;
    value of the DisplayedValue property if choice field has selected item.
    Remarks

    This property is inheritable.

    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