CPDFViewerCanVerticallyScroll Property |
Gets or sets a value that indicates whether scrolling on the vertical axis is possible.
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool CanVerticallyScroll { get; set; }
Return Value
Type:
Booleantrue if scrolling is possible; otherwise, false. This property has no default value.
Implements
IScrollInfoCanVerticallyScroll
See Also