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

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