ContentControlPropertiesNumberOfLines Property |
Gets or sets the number of displaying text lines within form field when parent document saved as PDF. Default: 1.
Namespace: SautinSoft.Document.CustomMarkupsAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.5.6
Syntaxpublic int NumberOfLines { get; set; }
Public Property NumberOfLines As Integer
Get
Set
Property Value
Int32
Remarks
This property is applicable when the
Multiline property is set to true
and the parent Content Control type is
PlainText or
RichText.
See Also