New to Telerik UI for WPFStart a free 30-day trial

Represents fixed page layout info.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Layout

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class FixedPageLayoutInfo

Inheritance: objectFixedPageLayoutInfo

Derived Classes: SinglePageInfo

Constructors

Initializes a new instance of the FixedPageLayoutInfo class.

C#
public FixedPageLayoutInfo(FixedPageLayoutInfo other)
Parameters:otherFixedPageLayoutInfo

The other.

Initializes a new instance of the FixedPageLayoutInfo class.

C#
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters:pageRadFixedPage

The page.

positionInViewRect

The position in view.

transformationsGeneralTransform

The transformations.

Initializes a new instance of the FixedPageLayoutInfo class.

C#
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)
Parameters:pageRadFixedPage

The page.

positionInViewRect

The position in view.

Properties

FixedPage

RadFixedPage

Gets the fixed page.

C#
public RadFixedPage FixedPage { get; }
Property Value:

The fixed page.

InverseTransformations

GeneralTransform

Gets the inverse transformations.

C#
public GeneralTransform InverseTransformations { get; }
Property Value:

The inverse transformations.

Gets the position in view.

C#
public Rect PositionInView { get; }
Property Value:

The position in view.

Transformations

GeneralTransform

Gets the transformations.

C#
public GeneralTransform Transformations { get; }
Property Value:

The transformations.

Methods

Compares the fixed page layout info.

C#
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)
Parameters:infoFixedPageLayoutInfo

The info.

offsetYdouble

The offset Y.

Returns:

int

Gets the viewport intersection rect.

C#
public Rect GetViewportIntersectionRect(Rect viewport)
Parameters:viewportRect

The viewport.

Returns:

Rect