Click or drag to resize
Pdftools logo

GeneralTextFieldMultiline Property

Flags this text field as multi-line


Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public bool Multiline { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
NotSupportedException[set] if the document is read-only
InvalidOperationException[set] if the form field has widgets
See Also