VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / MaxLength Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    MaxLength Свойство (PdfInteractiveFormTextField)
    В этом разделе
    Возвращает или задает максимальную длину текста поля в символах.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(0)>
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The maximum length of the field text, in characters.")>
    Public Property MaxLength As System.Int32
    
    
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The maximum length of the field text, in characters.")]
    public System.Int32 MaxLength { get; set; }
    
    
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The maximum length of the field text, in characters.")]
    public: __property System.Int32 get_MaxLength();
    public: __property void set_MaxLength(
    System.Int32 value
    );
    [DefaultValue(0)]
    [Category("Common")]
    [Description("The maximum length of the field text, in characters.")]
    public:
    property System.Int32 MaxLength { System.Int32 get(); void set(System.Int32 value); }
    Ремарки

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

    Требования

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

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