TextFieldDoNotScroll Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a value indicating whether [do not scroll]. If set, the field shall 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 shall be accepted for interactive form filling; for non-interactive form filling, the filler should take care not to add more character than will visibly fit in the defined area.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool DoNotScroll { get; set; }

Property Value

Type: Boolean
true if [do not scroll]; otherwise, false.
See Also

Reference