Interface
IFixedDocumentPresenter

Definition

Namespace:Telerik.WinControls.PdfViewer

Assembly:Telerik.WinControls.PdfViewer.dll

Syntax:

cs-api-definition
public interface IFixedDocumentPresenter

Properties

CanScrollHorizontally

Declaration

cs-api-definition
bool CanScrollHorizontally { get; }

Property Value

bool

CanScrollVertically

Declaration

cs-api-definition
bool CanScrollVertically { get; }

Property Value

bool

CurrentPage

Declaration

cs-api-definition
RadFixedPage CurrentPage { get; }

Property Value

RadFixedPage

Document

Declaration

cs-api-definition
RadFixedDocument Document { get; }

Property Value

RadFixedDocument

Mode

Declaration

cs-api-definition
FixedDocumentViewerMode Mode { get; }

Property Value

FixedDocumentViewerMode

MouseHandlersController

Declaration

cs-api-definition
MouseHandlersController MouseHandlersController { get; }

Property Value

MouseHandlersController

Methods

GetLocationFromViewPoint(Point, out RadFixedPage, out Point)

Declaration

cs-api-definition
bool GetLocationFromViewPoint(Point viewPoint, out RadFixedPage page, out Point location)

Parameters

viewPoint

Point

page

RadFixedPage

location

Point

Returns

bool

GetScrollOffset()

Declaration

cs-api-definition
Point GetScrollOffset()

Returns

Point

GoToDestination(Destination)

Declaration

cs-api-definition
void GoToDestination(Destination destination)

Parameters

destination

Destination

GoToPage(int)

Declaration

cs-api-definition
void GoToPage(int pageNo)

Parameters

pageNo

int

HideCaret()

Declaration

cs-api-definition
void HideCaret()

PageDown()

Declaration

cs-api-definition
void PageDown()

PageUp()

Declaration

cs-api-definition
void PageUp()

Scroll(double?, double?)

Declaration

cs-api-definition
void Scroll(double? offsetX, double? offsetY)

Parameters

offsetX

double?

offsetY

double?

ScrollTo(double?, double?)

Declaration

cs-api-definition
void ScrollTo(double? x, double? y)

Parameters

x

double?

y

double?

ShowCaret()

Declaration

cs-api-definition
void ShowCaret()

UpdatePresenterLayout()

Declaration

cs-api-definition
void UpdatePresenterLayout()