VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / UserInterfaceName Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    UserInterfaceName Свойство (PdfInteractiveFormField)
    В этом разделе
    Возвращает или задает имя пользовательского интерфейса поля.
    Синтаксис
    'Declaration
    
    <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)")>
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Naming")>
    Public Property UserInterfaceName As System.String
    
    
    [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)")]
    [DefaultValue(null)]
    [Category("Naming")]
    public System.String UserInterfaceName { get; set; }
    
    
    [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)")]
    [DefaultValue(null)]
    [Category("Naming")]
    public: __property System.String get_UserInterfaceName();
    public: __property void set_UserInterfaceName(
    System.String value
    );
    [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)")]
    [DefaultValue(null)]
    [Category("Naming")]
    public:
    property System.String UserInterfaceName { System.String get(); void set(System.String value); }
    Ремарки

    Альтернативное имя поля, которое будет использоваться вместо фактического имени поля везде, где поле должно быть идентифицировано в пользовательском интерфейсе (например, в сообщениях об ошибках или состоянии, ссылающихся на поле). Этот текст также полезен при извлечении содержимого документа для поддержки доступности для пользователей с ограниченными возможностями или для других целей.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также