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