IFixedDocumentPresenter
Represents fixed document presenter.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public interface IFixedDocumentPresenter
Derived Classes:
Properties
CurrentPage
RadFixedPage
Gets the current page.
RadFixedPage CurrentPage { get; }
The current page.
Gets the owner.
IFixedDocumentViewer Owner { get; }
The owner.
Gets the mouse handlers controller.
PointerHandlersController PointerHandlersController { get; }
The mouse handlers controller.
Methods
Gets the location from view point.
bool GetLocationFromViewPoint(Point viewPoint, out RadFixedPage page, out Point location)
The view point.
pageRadFixedPageThe page.
locationPointThe location.
Returns:Gets the view point from location.
bool GetViewPointFromLocation(RadFixedPage page, Point location, out Point viewPoint)
The page.
locationPointThe location.
viewPointPointThe view point.
Returns:Goes to destination.
void GoToDestination(Destination destination)
The destination.
Goes to page.
Hides the selection markers.
void HideSelectionMarkers()
Initializes the specified owner.
void Initialize(IFixedDocumentViewer owner, IFixedDocumentPresenter presenter)
The owner.
presenterIFixedDocumentPresenterThe presenter.
Initializes the presenter.
Invalidates the arrange.
void InvalidateArrange()
Invalidates the measure.
void InvalidateMeasure()
Pages down.
void PageDown()
Pages up.
void PageUp()
Releases the presenter.
void Release()
Shows the selection markers.
void ShowSelectionMarkers()
Updates the presenter layout.
void UpdatePresenterLayout()
Events
Occurs when current page is changed.
event EventHandler<CurrentPageChangedEventArgs> CurrentPageChanged