Click or drag to resize

PdfViewerCanHorizontallyScroll Property

Gets or sets a value that indicates whether scrolling on the horizontal axis is possible.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public bool CanHorizontallyScroll { get; set; }

Property Value

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

Implements

IScrollInfoCanHorizontallyScroll
See Also