Class FixedDocumentPagesPresenter
Represents fixed document with pages.
Inherited Members
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedDocumentPagesPresenter : FixedDocumentPresenterBase, IFixedDocumentPresenter
Constructors
FixedDocumentPagesPresenter()
Initializes a new instance of the Fixed
Declaration
public FixedDocumentPagesPresenter()
Properties
CurrentPageLayoutInfo
Gets or sets the current page layout info.
Declaration
protected FixedPageLayoutInfo CurrentPageLayoutInfo { get; set; }
Property Value
Fixed The current page layout info. |
CurrentPageNo
Gets the current page number.
Declaration
protected override int CurrentPageNo { get; }
Property Value
System. The current page number. |
Overrides
PagesLayoutManager
Gets the pages layout manager.
Declaration
protected override PagesLayoutManagerBase PagesLayoutManager { get; }
Property Value
Pages The pages layout manager. |
Overrides
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System. The computed size that is used to arrange the content. |
Returns
System. The size of the control. |
Overrides
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
System. The position in view. |
Telerik. The page. |
System. The location. |
Returns
System.
|
Overrides
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required
for child elements and determines a size for the System.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.
|
Returns
System. The size that this element determines it needs during layout, based on its calculations of child element sizes. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
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
Telerik. The position. |