PdfTableStyle.MultiLineText Property

PDF File Writer

PdfTableStyleMultiLineText Property

Gets or sets multi-line text flag.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public bool MultiLineText { get; set; }

Property Value

Type: Boolean
Remarks
String value will be converted to text box value.
See Also