Class FlowDocumentReader
Inheritance
System.Object
FlowDocumentReader
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 FlowDocumentReader : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
FlowDocumentReader()
Declaration
public FlowDocumentReader()
Fields
CanDecreaseZoomProperty
CanGoToNextPageProperty
CanGoToPreviousPageProperty
Declaration
public static AutomationProperty CanGoToPreviousPageProperty
Field Value
CanIncreaseZoomProperty
DocumentProperty
IsFindEnabledProperty
IsPageViewEnabledProperty
Declaration
public static AutomationProperty IsPageViewEnabledProperty
Field Value
IsPrintEnabledProperty
IsScrollViewEnabledProperty
Declaration
public static AutomationProperty IsScrollViewEnabledProperty
Field Value
IsTwoPageViewEnabledProperty
Declaration
public static AutomationProperty IsTwoPageViewEnabledProperty
Field Value
MaxZoomProperty
MinZoomProperty
PageCountProperty
PageNumberProperty
ViewingModeProperty
ZoomIncrementProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.
|
CanGoToNextPage
Declaration
public bool CanGoToNextPage { get; set; }
Property Value
System.
|
CanGoToPreviousPage
Declaration
public bool CanGoToPreviousPage { get; set; }
Property Value
System.
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { get; set; }
Property Value
System.
|
Document
IsFindEnabled
Declaration
public bool IsFindEnabled { get; set; }
Property Value
System.
|
IsPageViewEnabled
Declaration
public bool IsPageViewEnabled { get; set; }
Property Value
System.
|
IsPrintEnabled
Declaration
public bool IsPrintEnabled { get; set; }
Property Value
System.
|
IsScrollViewEnabled
Declaration
public bool IsScrollViewEnabled { get; set; }
Property Value
System.
|
IsTwoPageViewEnabled
Declaration
public bool IsTwoPageViewEnabled { get; set; }
Property Value
System.
|
MaxZoom
Declaration
public double MaxZoom { get; set; }
Property Value
System.
|
MinZoom
Declaration
public double MinZoom { get; set; }
Property Value
System.
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.
|
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
System.
|
ViewingMode
Declaration
public FlowDocumentReaderViewingMode ViewingMode { get; set; }
Property Value
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.
|
ZoomIncrement
Declaration
public double ZoomIncrement { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|