menu

Document Processing

ScrollChangedEventArgs Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    ScrollChangedEventArgs Class

    Provides data for the ScrollChanged event.

    Inheritance
    System.Object
    ScrollChangedEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class ScrollChangedEventArgs : EventArgs

    Properties

    HorizontalScrollOffset

    Gets the current Horizontal Offset of SfPdfViewerControl.

    Declaration
    public float HorizontalScrollOffset { get; }
    Property Value
    Type
    System.Single

    ScrollableHeight

    Gets the maximum Scroll Height of SfPdfViewerControl.

    Declaration
    public float ScrollableHeight { get; }
    Property Value
    Type
    System.Single

    ScrollableWidth

    Gets the maximum Scroll Width of SfPdfViewerControl.

    Declaration
    public float ScrollableWidth { get; }
    Property Value
    Type
    System.Single

    VerticalScrollOffset

    Gets the current Vertical Offset of SfPdfViewerControl.

    Declaration
    public float VerticalScrollOffset { get; }
    Property Value
    Type
    System.Single
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved