Table of Contents

Property Scrollable

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Scrollable

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

public bool Scrollable { get; set; }

Property Value

bool

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.