Class FixedDocumentSinglePagePresenter
Represents fixed document single page presenter.
Inherited Members
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedDocumentSinglePagePresenter : FixedPagePresenterBase, IUILayerContainer
Constructors
FixedDocumentSinglePagePresenter()
Initializes a new instance of the FixedDocumentSinglePagePresenter class.
Declaration
public FixedDocumentSinglePagePresenter()
Fields
PageProperty
Identifies the Telerik.Windows.Documents.UI.FixedDocumentSinglePagePresenter.Page property.
Declaration
public static readonly DependencyProperty PageProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Page
Gets or sets the page.
Declaration
public RadFixedPage Page { get; set; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
The page. |
Settings
Gets or sets the settings.
Declaration
public FixedDocumentViewerSettings Settings { get; set; }
Property Value
FixedDocumentViewerSettings
The settings. |
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.
Declaration
public override bool IsLayerSupported(IUILayer layer)
Parameters
IUILayer
layer
The layer. |
Returns
System.Boolean
|
Overrides
Events
ContentCreated
Occurs when the content is created.
Declaration
public event EventHandler ContentCreated
Event Type
System.EventHandler
|