Click or drag to resize

PdfTextFieldScrollLongText Property

(PDF 1.4) Gets a value indicating whether the field shall scroll to accommodate more text than fits within its rectangle.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool ScrollLongText { get; set; }

Property Value

Boolean
if the field shall scroll to accommodate more text than fits within its rectangle; otherwise, .
See Also