ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextBox Class / IsMultiline Property

In This Topic
    IsMultiline Property (PdfTextBox)
    In This Topic
    Gets or set a value indicating whether the current PdfTextBox is multiline.
    Syntax
    'Declaration
     
    
    Public Property IsMultiline As Boolean
    public bool IsMultiline {get; set;}
    See Also