IsMultilineEditBox
IPDFDocument4 :: Annotations

See Also
Collapse All

This property gets or sets the value indicating if an edit control is in multiline mode.

Syntax

VARIANT_BOOL IsMultilineEditBox { get; set; }
Value
VARIANT_TRUE if the edit control is in multiline mode, VARIANT_FALSE otherwise.

Remarks

If the property is set to VARIANT_TRUE, the edit control can contain multiple lines of text, as in a text box. If VARIANT_FALSE, the field's text is restricted to a single line.

See the AnnotBorderColor property for examples.

See Also

Reference