Interface IFixedDocumentViewer
Namespace: Telerik.UI.Xaml.Controls.PdfViewer
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public interface IFixedDocumentViewer
Properties
CanHorizontallyScroll
Declaration
bool CanHorizontallyScroll { get; }
Property Value
System.
|
CanVerticallyScroll
Declaration
bool CanVerticallyScroll { get; }
Property Value
System.
|
Cursors
Document
Declaration
RadFixedDocument Document { get; set; }
Property Value
Telerik.
|
FixedDocumentPresenter
Declaration
IFixedDocumentPresenter FixedDocumentPresenter { get; set; }
Property Value
HorizontalScrollBar
Declaration
ScrollBar HorizontalScrollBar { get; }
Property Value
Microsoft.
|
HorizontalScrollOffset
Declaration
double HorizontalScrollOffset { get; }
Property Value
System.
|
Mode
RotationAngle
ScaleFactor
Declaration
double ScaleFactor { get; set; }
Property Value
System.
|
VerticalScrollBar
Declaration
ScrollBar VerticalScrollBar { get; }
Property Value
Microsoft.
|
VerticalScrollOffset
Declaration
double VerticalScrollOffset { get; }
Property Value
System.
|
Methods
ScrollToHorizontalOffset(Double)
Declaration
void ScrollToHorizontalOffset(double offset)
Parameters
System.
|
ScrollToVerticalOffset(Double)
Declaration
void ScrollToVerticalOffset(double offset)
Parameters
System.
|
Events
DocumentChanged
Declaration
event EventHandler<DocumentChangedEventArgs> DocumentChanged
Event Type
System.
|
HyperlinkClicked
Declaration
event EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
Event Type
System.
|
ScaleFactorChanged
Declaration
event EventHandler<ScaleFactorChangedEventArgs> ScaleFactorChanged
Event Type
System.
|