Class DocumentViewerBase
Inheritance
System.Object
DocumentViewerBase
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DocumentViewerBase : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
DocumentViewerBase()
Declaration
public DocumentViewerBase()
Fields
CanGoToNextPageProperty
CanGoToPreviousPageProperty
Declaration
public static AutomationProperty CanGoToPreviousPageProperty
Field Value
MasterPageNumberProperty
Declaration
public static AutomationProperty MasterPageNumberProperty
Field Value
PageCountProperty
Properties
CanGoToNextPage
Declaration
public bool CanGoToNextPage { get; set; }
Property Value
System.
|
CanGoToPreviousPage
Declaration
public bool CanGoToPreviousPage { get; set; }
Property Value
System.
|
MasterPageNumber
Declaration
public int MasterPageNumber { get; set; }
Property Value
System.
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|