InterfaceIFixedDocumentPresenter
Represents fixed document presenter.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public interface IFixedDocumentPresenter
Properties
CurrentPage
Gets the current page.
Declaration
RadFixedPage CurrentPage { get; }
Property Value
RadFixedPage
The current page.
Owner
Gets the owner.
Declaration
IFixedDocumentViewer Owner { get; }
Property Value
The owner.
PointerHandlersController
Gets the mouse handlers controller.
Declaration
PointerHandlersController PointerHandlersController { get; }
Property Value
The mouse handlers controller.
Methods
GetLocationFromViewPoint(Point, out RadFixedPage, out Point)
Gets the location from view point.
Declaration
bool GetLocationFromViewPoint(Point viewPoint, out RadFixedPage page, out Point location)
Parameters
viewPoint
Point
The view point.
page
RadFixedPage
The page.
location
Point
The location.
Returns
GetViewPointFromLocation(RadFixedPage, Point, out Point)
Gets the view point from location.
Declaration
bool GetViewPointFromLocation(RadFixedPage page, Point location, out Point viewPoint)
Parameters
page
RadFixedPage
The page.
location
Point
The location.
viewPoint
Point
The view point.
Returns
GoToDestination(Destination)
Goes to destination.
Declaration
void GoToDestination(Destination destination)
Parameters
destination
Destination
The destination.
GoToPage(int)
Goes to page.
HideSelectionMarkers()
Hides the selection markers.
Declaration
void HideSelectionMarkers()
Initialize(IFixedDocumentViewer)
Initializes the presenter.
Declaration
void Initialize(IFixedDocumentViewer owner)
Parameters
owner
The owner.
Initialize(IFixedDocumentViewer, IFixedDocumentPresenter)
Initializes the specified owner.
Declaration
void Initialize(IFixedDocumentViewer owner, IFixedDocumentPresenter presenter)
Parameters
owner
The owner.
presenter
The presenter.
ShowSelectionMarkers()
Shows the selection markers.
Declaration
void ShowSelectionMarkers()
UpdatePresenterLayout()
Updates the presenter layout.
Declaration
void UpdatePresenterLayout()
Events
CurrentPageChanged
Occurs when current page is changed.
Declaration
event EventHandler<CurrentPageChangedEventArgs> CurrentPageChanged
Event Value