Class
FixedPageLayoutInfo

Represents fixed page layout info.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Layout

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class FixedPageLayoutInfo

Inheritance: objectFixedPageLayoutInfo

Derived Classes: SinglePageInfo

Constructors

FixedPageLayoutInfo(FixedPageLayoutInfo)

Initializes a new instance of the FixedPageLayoutInfo class.

Declaration

cs-api-definition
public FixedPageLayoutInfo(FixedPageLayoutInfo other)

Parameters

other

FixedPageLayoutInfo

The other.

FixedPageLayoutInfo(RadFixedPage, Rect)

Initializes a new instance of the FixedPageLayoutInfo class.

Declaration

cs-api-definition
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)

Parameters

page

RadFixedPage

The page.

positionInView

Rect

The position in view.

FixedPageLayoutInfo(RadFixedPage, Rect, GeneralTransform)

Initializes a new instance of the FixedPageLayoutInfo class.

Declaration

cs-api-definition
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)

Parameters

page

RadFixedPage

The page.

positionInView

Rect

The position in view.

transformations

GeneralTransform

The transformations.

Properties

FixedPage

Gets the fixed page.

Declaration

cs-api-definition
public RadFixedPage FixedPage { get; }

Property Value

RadFixedPage

The fixed page.

InverseTransformations

Gets the inverse transformations.

Declaration

cs-api-definition
public GeneralTransform InverseTransformations { get; }

Property Value

GeneralTransform

The inverse transformations.

PositionInView

Gets the position in view.

Declaration

cs-api-definition
public Rect PositionInView { get; }

Property Value

Rect

The position in view.

Transformations

Gets the transformations.

Declaration

cs-api-definition
public GeneralTransform Transformations { get; }

Property Value

GeneralTransform

The transformations.

Methods

CompareFixedPageLayoutInfo(FixedPageLayoutInfo, double)

Compares the fixed page layout info.

Declaration

cs-api-definition
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)

Parameters

info

FixedPageLayoutInfo

The info.

offsetY

double

The offset Y.

Returns

int

GetViewportIntersectionRect(Rect)

Gets the viewport intersection rect.

Declaration

cs-api-definition
public Rect GetViewportIntersectionRect(Rect viewport)

Parameters

viewport

Rect

The viewport.

Returns

Rect