SinglePageInfo
Represents the single page info.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Layout
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public class SinglePageInfo : FixedPageLayoutInfo
Inheritance: objectFixedPageLayoutInfoSinglePageInfo
Inherited Members
Constructors
Initializes a new instance of the SinglePageInfo class.
public SinglePageInfo(double topOffsetInPresenter, double bottomPositionInView, bool intersectsHorizontally, bool intersectsVertically, RadFixedPage page, Rect positionInView, GeneralTransform transformations)
The top offset in presenter.
bottomPositionInViewdoubleThe bottom position in view.
intersectsHorizontallyboolThe intersects hotizontally.
intersectsVerticallyboolThe intersects vertically.
pageRadFixedPageThe page.
positionInViewRectThe position in view.
transformationsGeneralTransformThe transformations.
Properties
Gets the bottom position in view.
public double BottomPositionInView { get; }
The bottom position in view.
Gets a value indicating wheter the page intersects with the viewport.
public bool IntersectsWithViewport { get; }
The value indicating wheter the page intersects with the viewport.
Gets a value indicating wheter the page intersects with the viewport horizontally.
public bool IntersectsWithViewportHorizontally { get; }
The value indicating wheter the page intersects with the viewport horizontally.
Gets a value indicating wheter the page intersects with the viewport vertically.
public bool IntersectsWithViewportVertically { get; }
The value indicating wheter the page intersects with the viewport vertically.
Gets the left position in view.
public double LeftPositionInView { get; }
The left position in view.
Gets the top position in view.
public double TopPositionInView { get; }
The top position in view.
Gets the vertical offset.
public double VerticalOffset { get; }
The vertical offset.