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 FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(FixedPageLayoutInfo other)
Parameters
FixedPageLayoutInfo
other
The other. |
FixedPageLayoutInfo(RadFixedPage, Rect)
Initializes a new instance of the FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
page
The page. |
System.Windows.Rect
positionInView
The position in view. |
FixedPageLayoutInfo(RadFixedPage, Rect, GeneralTransform)
Initializes a new instance of the FixedPageLayoutInfo class.
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
page
The page. |
System.Windows.Rect
positionInView
The position in view. |
System.Windows.Media.GeneralTransform
transformations
The transformations. |
Properties
FixedPage
Gets the fixed page.
Declaration
public RadFixedPage FixedPage { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
The fixed page. |
InverseTransformations
Gets the inverse transformations.
Declaration
public GeneralTransform InverseTransformations { get; }
Property Value
System.Windows.Media.GeneralTransform
The inverse transformations. |
PositionInView
Gets the position in view.
Declaration
public Rect PositionInView { get; }
Property Value
System.Windows.Rect
The position in view. |
Transformations
Gets the transformations.
Declaration
public GeneralTransform Transformations { get; }
Property Value
System.Windows.Media.GeneralTransform
The transformations. |
Methods
CompareFixedPageLayoutInfo(FixedPageLayoutInfo, Double)
Compares the fixed page layout info.
Declaration
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)
Parameters
FixedPageLayoutInfo
info
The info. |
System.Double
offsetY
The offset Y. |
Returns
System.Int32
|
GetViewportIntersectionRect(Rect)
Gets the viewport intersection rect.
Declaration
public Rect GetViewportIntersectionRect(Rect viewport)
Parameters
System.Windows.Rect
viewport
The viewport. |
Returns
System.Windows.Rect
|