ClassFixedDocumentPagesPresenter
Definition
Namespace:Telerik.UI.Xaml.Controls.PdfViewer
Assembly:Telerik.WinUI.Controls.PdfViewer.dll
Syntax:
public class FixedDocumentPagesPresenter : FixedDocumentPresenterBase, IFixedDocumentPresenter
Inheritance: objectFixedDocumentPresenterBaseFixedDocumentPagesPresenter
Implements:
Inherited Members
Constructors
FixedDocumentPagesPresenter()
Initializes a new instance of the FixedDocumentPagesPresenter class.
Declaration
public FixedDocumentPagesPresenter()
Properties
CurrentPageLayoutInfo
Gets or sets the current page layout info.
Declaration
protected FixedPageLayoutInfo CurrentPageLayoutInfo { get; set; }
Property Value
The current page layout info.
CurrentPageNo
Gets the current page number.
Declaration
protected override int CurrentPageNo { get; }
Property Value
The current page number.
Overrides
PagesLayoutManager
Gets the pages layout manager.
Declaration
protected override PagesLayoutManagerBase PagesLayoutManager { get; }
Property Value
The pages layout manager.
Overrides
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
arrangeBounds
Size
Returns
Size
GetLocationFromViewPoint(Point, out RadFixedPage, out Point)
Gets the location from view point.
Declaration
public override bool GetLocationFromViewPoint(Point positionInView, out RadFixedPage page, out Point location)
Parameters
positionInView
Point
The position in view.
page
RadFixedPage
The page.
location
Point
The location.
Returns
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
constraint
Size
Returns
Size
ReleaseDocumentResourcesOverride()
Releases the document resources override.
Declaration
protected override void ReleaseDocumentResourcesOverride()
Overrides
UpdateScrollOffsetFromPosition(TextPosition)
Updates the scroll offset from position.
Declaration
protected override void UpdateScrollOffsetFromPosition(TextPosition position)
Parameters
position
TextPosition
The position.
Overrides