ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / TextField Class / DoNotScroll Property




In This Topic
    DoNotScroll Property
    In This Topic
    Gets or sets a value indicating whether the field will scroll to accommodate text. If set to 'no', once the field is full, no further text is accepted.
    NOTE: ImageGear does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes.
    Syntax
    'Declaration
     
    Public Property DoNotScroll As Boolean
    'Usage
     
    Dim instance As TextField
    Dim value As Boolean
     
    instance.DoNotScroll = value
     
    value = instance.DoNotScroll
    public bool DoNotScroll {get; set;}
    public: __property bool get_DoNotScroll();
    public: __property void set_DoNotScroll( 
       bool value
    );
    public:
    property bool DoNotScroll {
       bool get();
       void set (    bool value);
    }

    Property Value

    Whether the field will scroll to accommodate text.
    See Also