Click or drag to resize

PdfTextBoxFieldDoNotScroll Property

Gets or sets a flag indicating whether the text entered in the field can be scrolled or not.

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool DoNotScroll { get; set; }

Property Value

Boolean
If true, the field does not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text is accepted.
See Also