Represents fixed document single page presenter.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class FixedDocumentSinglePagePresenter : FixedPagePresenterBase, IUILayerContainer
Inheritance: objectFixedPagePresenterBaseFixedDocumentSinglePagePresenter
Implements:
Inherited Members
Constructors
Initializes a new instance of the FixedDocumentSinglePagePresenter class.
C#
public FixedDocumentSinglePagePresenter()
Fields
PageProperty
DependencyProperty
Identifies the Telerik.Windows.Documents.UI.FixedDocumentSinglePagePresenter.Page property.
C#
public static readonly DependencyProperty PageProperty
Properties
Page
RadFixedPage
Gets or sets the page.
C#
public RadFixedPage Page { get; set; }
The page.
Gets or sets the settings.
C#
public FixedDocumentViewerSettings Settings { get; set; }
The settings.
Methods
Events
Occurs when the content is created.
C#
public event EventHandler ContentCreated