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
AutomationProperty
|
MasterPageNumberProperty
Declaration
public static AutomationProperty MasterPageNumberProperty
Field Value
AutomationProperty
|
PageCountProperty
Properties
CanGoToNextPage
Declaration
public bool CanGoToNextPage { get; set; }
Property Value
System.Boolean
|
CanGoToPreviousPage
Declaration
public bool CanGoToPreviousPage { get; set; }
Property Value
System.Boolean
|
MasterPageNumber
Declaration
public int MasterPageNumber { get; set; }
Property Value
System.Int32
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|