 | PdfTextBoxFieldDoNotScroll Property |
Gets or sets a flag indicating whether the text entered in the field can be scrolled or not.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool DoNotScroll { get; set; }
Public Property DoNotScroll As Boolean
Get
Set
public:
property bool DoNotScroll {
bool get ();
void set (bool value);
}
member DoNotScroll : bool with get, set
/** @property */
public boolean get_DoNotScroll()
/** @property */
public void set_DoNotScroll(boolean value)
function get_DoNotScroll();
function set_DoNotScroll(value);
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