Class FixedPageLayoutInfo
Inheritance
System.Object
FixedPageLayoutInfo
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Layout
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class FixedPageLayoutInfo : Object
Constructors
FixedPageLayoutInfo(FixedPageLayoutInfo)
Declaration
public FixedPageLayoutInfo(FixedPageLayoutInfo other)
Parameters
Fixed
|
FixedPageLayoutInfo(RadFixedPage, Rect)
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView)
Parameters
Telerik.
|
Windows.
|
FixedPageLayoutInfo(RadFixedPage, Rect, GeneralTransform)
Declaration
public FixedPageLayoutInfo(RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters
Telerik.
|
Windows.
|
Microsoft.
|
Properties
FixedPage
Declaration
public RadFixedPage FixedPage { get; }
Property Value
Telerik.
|
InverseTransformations
Declaration
public GeneralTransform InverseTransformations { get; }
Property Value
Microsoft.
|
PositionInView
Declaration
public Rect PositionInView { get; }
Property Value
Windows.
|
Transformations
Declaration
public GeneralTransform Transformations { get; }
Property Value
Microsoft.
|
Methods
CompareFixedPageLayoutInfo(FixedPageLayoutInfo, Double)
Declaration
public static int CompareFixedPageLayoutInfo(FixedPageLayoutInfo info, double offsetY)
Parameters
Fixed
|
System.
|
Returns
System.
|
GetViewportIntersectionRect(Rect)
Declaration
public Rect GetViewportIntersectionRect(Rect viewport)
Parameters
Windows.
|
Returns
Windows.
|