VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceField Class / DefaultSelectedItem Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DefaultSelectedItem Property (PdfInteractiveFormChoiceField)
    In This Topic
    Gets or sets the default selected item of choice field.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The default selected item of choice field.")>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute(null)>
    Public Property DefaultSelectedItem As System.String
    
    
    [Description("The default selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public System.String DefaultSelectedItem { get; set; }
    
    
    [Description("The default selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public: __property System.String get_DefaultSelectedItem();
    public: __property void set_DefaultSelectedItem(
    System.String value
    );
    [Description("The default selected item of choice field.")]
    [Category("Value")]
    [DefaultValue(null)]
    public:
    property System.String DefaultSelectedItem { 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