ClassFixedDocumentSinglePagePresenter
Class
Represents fixed document single page presenter.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class FixedDocumentSinglePagePresenter : FixedPagePresenterBase, IUILayerContainer
Inheritance: objectFixedPagePresenterBaseFixedDocumentSinglePagePresenter
Implements:
Inherited Members
Constructors
FixedDocumentSinglePagePresenter()
Initializes a new instance of the FixedDocumentSinglePagePresenter class.
Declaration
cs-api-definition
public FixedDocumentSinglePagePresenter()
Fields
PageProperty
Identifies the Telerik.Windows.Documents.UI.FixedDocumentSinglePagePresenter.Page property.
Declaration
cs-api-definition
public static readonly DependencyProperty PageProperty
Field Value
DependencyProperty
Properties
Page
Gets or sets the page.
Declaration
cs-api-definition
public RadFixedPage Page { get; set; }
Property Value
RadFixedPage
The page.
Settings
Gets or sets the settings.
Declaration
cs-api-definition
public FixedDocumentViewerSettings Settings { get; set; }
Property Value
The settings.
Methods
IsLayerSupported(IUILayer)
Determines whether the layer is supported.
Events
ContentCreated
Occurs when the content is created.