Class FixedDocumentPresenterNames
Represents fixed document presenter names.
Inheritance
System.Object
FixedDocumentPresenterNames
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FixedDocumentPresenterNames : Object
Constructors
FixedDocumentPresenterNames()
Declaration
public FixedDocumentPresenterNames()
Fields
FixedDocumentPagesPresenter
Name for FixedDocumentPagesPresenter.
Declaration
public const string FixedDocumentPagesPresenter = "FixedDocumentPagesPresenter"
Field Value
System.String
|
FixedDocumentSinglePageViewPresenter
Name for FixedDocumentSinglePageViewPresenter.
Declaration
public const string FixedDocumentSinglePageViewPresenter = "FixedDocumentSinglePageViewPresenter"
Field Value
System.String
|