Click or drag to resize

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.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int NumberOfLines { 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