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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool ScrollLongText { get; set; }Public Property ScrollLongText As Boolean
Get
Set
Property Value
Boolean if the field shall scroll to accommodate more text than fits within its rectangle; otherwise,
.
See Also