PdfTextBox.Scrollable Property

(PDF 1.4) Gets or sets a value indicating whether this text box can scroll.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Scrollable { get; set; }
VB
Public Property Scrollable As Boolean
	Get
	Set

Property Value

Type: Boolean
A value indicating whether this text box can scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its BoundingBox.

Remarks

Default value: true.

When this property is false, no further text is accepted when the field is full.

See Also