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

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