PDFView4NET WPF Edition
Multiline Property




O2S.Components.PDFView4NET.Forms Namespace > PDFTextBoxField Class : Multiline Property
Gets or sets a value indicating whether the field is multiline.
Syntax
'Declaration
 
Public Property Multiline As Boolean
'Usage
 
Dim instance As PDFTextBoxField
Dim value As Boolean
 
instance.Multiline = value
 
value = instance.Multiline
public bool Multiline {get; set;}
public: __property bool get_Multiline();
public: __property void set_Multiline( 
   bool value
);
public:
property bool Multiline {
   bool get();
   void set (    bool value);
}

Property Value

True if the field is multiline, false otherwise. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextBoxField Class
PDFTextBoxField Members