ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / ScrollableHeight Property

In This Topic
    ScrollableHeight Property (C1PdfViewer)
    In This Topic
    Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ScrollableHeight As Double
    public double ScrollableHeight {get;}
    See Also