Class
SinglePageInfo

Represents the single page info.

Definition

Constructors

SinglePageInfo(double, double, bool, bool, RadFixedPage, Rect, GeneralTransform)

Initializes a new instance of the SinglePageInfo class.

Declaration

cs-api-definition
public SinglePageInfo(double topOffsetInPresenter, double bottomPositionInView, bool intersectsHorizontally, bool intersectsVertically, RadFixedPage page, Rect positionInView, GeneralTransform transformations)

Parameters

topOffsetInPresenter

double

The top offset in presenter.

bottomPositionInView

double

The bottom position in view.

intersectsHorizontally

bool

The intersects hotizontally.

intersectsVertically

bool

The intersects vertically.

page

RadFixedPage

The page.

positionInView

Rect

The position in view.

transformations

GeneralTransform

The transformations.

Properties

BottomPositionInView

Gets the bottom position in view.

Declaration

cs-api-definition
public double BottomPositionInView { get; }

Property Value

double

The bottom position in view.

IntersectsWithViewport

Gets a value indicating wheter the page intersects with the viewport.

Declaration

cs-api-definition
public bool IntersectsWithViewport { get; }

Property Value

bool

The value indicating wheter the page intersects with the viewport.

IntersectsWithViewportHorizontally

Gets a value indicating wheter the page intersects with the viewport horizontally.

Declaration

cs-api-definition
public bool IntersectsWithViewportHorizontally { get; }

Property Value

bool

The value indicating wheter the page intersects with the viewport horizontally.

IntersectsWithViewportVertically

Gets a value indicating wheter the page intersects with the viewport vertically.

Declaration

cs-api-definition
public bool IntersectsWithViewportVertically { get; }

Property Value

bool

The value indicating wheter the page intersects with the viewport vertically.

LeftPositionInView

Gets the left position in view.

Declaration

cs-api-definition
public double LeftPositionInView { get; }

Property Value

double

The left position in view.

TopPositionInView

Gets the top position in view.

Declaration

cs-api-definition
public double TopPositionInView { get; }

Property Value

double

The top position in view.

VerticalOffset

Gets the vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { get; }

Property Value

double

The vertical offset.