Class FixedPagePresenterBase
Inheritance
System.Object
FixedPagePresenterBase
Namespace: Telerik.UI.Xaml.Controls.PdfViewer
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class FixedPagePresenterBase : ContentControl, IUILayerContainer
Properties
UILayers
Declaration
public UILayerStack UILayers { get; }
Property Value
Implements
Methods
IsLayerSupported(IUILayer)
Declaration
public virtual bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
|
Returns
System.
|
Implements
UpdateLayers(UILayerUpdateContext)
Declaration
public virtual void UpdateLayers(UILayerUpdateContext context)
Parameters
UILayer
|