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: 2024.12.16
Syntax public int NumberOfLines { get; set; }
Public Property NumberOfLines As Integer
Get
Set
Property Value
Int32Remarks
This property is applicable when the
Multiline property is set to true
and the parent Content Control type is
PlainText or
RichText.
See Also