VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonField Class / Value Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    Value Свойство (PdfInteractiveFormSwitchableButtonField)
    В этом разделе
    Возвращает или задает имя, представляющее состояние внешнего вида (фактически значение поля), которое используется для выбора соответствующего внешнего вида из словаря внешних видов.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <CategoryAttribute("Value")>
    <DefaultValueAttribute("Off")>
    <DescriptionAttribute("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")>
    Public Property Value As System.String
    
    
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue("Off")]
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    public System.String Value { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue("Off")]
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    public: __property System.String get_Value();
    public: __property void set_Value(
    System.String value
    );
    [RefreshProperties(Repaint)]
    [Category("Value")]
    [DefaultValue("Off")]
    [Description("A name representing the appearance state (actually field value), which is used to select the appropriate appearance from the appearance dictionary.")]
    public:
    property System.String Value { System.String get(); void set(System.String value); }

    Property Value

    "Off" - флажок не отмечен; в противном случае флажок установлен.
    Ремарки

    Это свойство наследуется.

    Требования

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

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