Class SinglePageInfo
Inheritance
System.Object
SinglePageInfo
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class SinglePageInfo : FixedPageLayoutInfo
Constructors
Declaration
public SinglePageInfo(double topOffsetInPresenter, double bottomPositionInView, bool intersectsHorizontally, bool intersectsVertically, RadFixedPage page, Rect positionInView, GeneralTransform transformations)
Parameters
|
System.Double
topOffsetInPresenter
|
|
System.Double
bottomPositionInView
|
|
System.Boolean
intersectsHorizontally
|
|
System.Boolean
intersectsVertically
|
|
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
page
|
|
Windows.Foundation.Rect
positionInView
|
|
Microsoft.UI.Xaml.Media.GeneralTransform
transformations
|
Properties
Declaration
public double BottomPositionInView { get; }
Property Value
Declaration
public bool IntersectsWithViewport { get; }
Property Value
Declaration
public bool IntersectsWithViewportHorizontally { get; }
Property Value
Declaration
public bool IntersectsWithViewportVertically { get; }
Property Value
Declaration
public double LeftPositionInView { get; }
Property Value
Declaration
public double TopPositionInView { get; }
Property Value
Declaration
public double VerticalOffset { get; }
Property Value
Extension Methods