Click or drag to resize

PdfTextField.Multiline Property

Gets or sets the form field's "Multiline" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public bool Multiline { get; set; }

Property Value

Type: Boolean
Remarks

If true, the text field can contain multiple lines of text; if false, the form field's text is restricted to a single line.

Multi-line text form fields are vertically aligned to the top of the field. Single-line text form fields are vertiically aligned to the middle of the field.

This property can not be changed if IsLocked is true.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!