VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / UserInterfaceName Property
Syntax Remarks Requirements SeeAlso
In This Topic
    UserInterfaceName Property (PdfInteractiveFormField)
    In This Topic
    Gets or sets a user interface name of the field.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")>
    <CategoryAttribute("Naming")>
    Public Property UserInterfaceName As System.String
    
    
    [DefaultValue(null)]
    [Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")]
    [Category("Naming")]
    public System.String UserInterfaceName { get; set; }
    
    
    [DefaultValue(null)]
    [Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")]
    [Category("Naming")]
    public: __property System.String get_UserInterfaceName();
    public: __property void set_UserInterfaceName(
    System.String value
    );
    [DefaultValue(null)]
    [Description("User interface name of the field. An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field)")]
    [Category("Naming")]
    public:
    property System.String UserInterfaceName { System.String get(); void set(System.String value); }
    Remarks

    An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.

    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