Class
FixedDocumentSinglePagePresenter

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: IUILayerContainer

Inherited Members FixedPagePresenterBase.UpdateLayers(UILayerUpdateContext)FixedPagePresenterBase.UILayers

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

FixedDocumentViewerSettings

The settings.

Methods

IsLayerSupported(IUILayer)

Determines whether the layer is supported.

Declaration

cs-api-definition
public override bool IsLayerSupported(IUILayer layer)

Parameters

layer

IUILayer

The layer.

Returns

bool

Overrides FixedPagePresenterBase.IsLayerSupported(IUILayer)

Events

ContentCreated

Occurs when the content is created.

Declaration

cs-api-definition
public event EventHandler ContentCreated

Event Value

EventHandler