Click or drag to resize

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)
Syntax
C#
public bool CanVerticallyScroll { get; set; }

Return Value

Type: Boolean
true if scrolling is possible; otherwise, false. This property has no default value.

Implements

IScrollInfoCanVerticallyScroll
See Also