PdfFormTextBoxIsMultiLine Property
A flag indicating if the text box is multiline. This property is false by default
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool IsMultiLine { get; set; }
Public Property IsMultiLine As Boolean
Get
Set
public:
property bool IsMultiLine {
bool get ();
void set (bool value);
}
member IsMultiLine : bool with get, set
Property Value
Boolean