Class FixedPageLayoutInfo
Represents fixed page layout info.
Inheritance
Namespace: Telerik.Windows.Documents.Fixed.Layout
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedPageLayoutInfo : Object
Constructors
FixedPageLayoutInfo(FixedPageLayoutInfo)
Initializes a new instance of the Fixed
Declaration
public FixedPageLayoutInfo(FixedPageLayoutInfo other)
Parameters
Fixed The other. |
FixedPageLayoutInfo(RadFixedPage, Rect)
Initializes a new instance of the Fixed
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)
Parameters
Telerik. The page. |
System. The position in view. |
FixedPageLayoutInfo(RadFixedPage, Rect, GeneralTransform)
Initializes a new instance of the Fixed
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters
Telerik. The page. |
System. The position in view. |
System. The transformations. |
Properties
FixedPage
Gets the fixed page.
Declaration
public RadFixedPage FixedPage { get; }
Property Value
Telerik. The fixed page. |
InverseTransformations
Gets the inverse transformations.
Declaration
public GeneralTransform InverseTransformations { get; }
Property Value
System. The inverse transformations. |
PositionInView
Gets the position in view.
Declaration
public Rect PositionInView { get; }
Property Value
System. The position in view. |
Transformations
Gets the transformations.
Declaration
public GeneralTransform Transformations { get; }
Property Value
System. The transformations. |
Methods
CompareFixedPageLayoutInfo(FixedPageLayoutInfo, Double)
Compares the fixed page layout info.
Declaration
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)
Parameters
Fixed The info. |
System. The offset Y. |
Returns
System.
|
GetViewportIntersectionRect(Rect)
Gets the viewport intersection rect.
Declaration
public Rect GetViewportIntersectionRect(Rect viewport)
Parameters
System. The viewport. |
Returns
System.
|