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
AutomationProperty
|
CanIncreaseZoomProperty
DocumentProperty
IsFindEnabledProperty
IsPageViewEnabledProperty
Declaration
public static AutomationProperty IsPageViewEnabledProperty
Field Value
AutomationProperty
|
IsPrintEnabledProperty
IsScrollViewEnabledProperty
Declaration
public static AutomationProperty IsScrollViewEnabledProperty
Field Value
AutomationProperty
|
IsTwoPageViewEnabledProperty
Declaration
public static AutomationProperty IsTwoPageViewEnabledProperty
Field Value
AutomationProperty
|
MaxZoomProperty
MinZoomProperty
PageCountProperty
PageNumberProperty
ViewingModeProperty
ZoomIncrementProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.Boolean
|
CanGoToNextPage
Declaration
public bool CanGoToNextPage { get; set; }
Property Value
System.Boolean
|
CanGoToPreviousPage
Declaration
public bool CanGoToPreviousPage { get; set; }
Property Value
System.Boolean
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { get; set; }
Property Value
System.Boolean
|
Document
IsFindEnabled
Declaration
public bool IsFindEnabled { get; set; }
Property Value
System.Boolean
|
IsPageViewEnabled
Declaration
public bool IsPageViewEnabled { get; set; }
Property Value
System.Boolean
|
IsPrintEnabled
Declaration
public bool IsPrintEnabled { get; set; }
Property Value
System.Boolean
|
IsScrollViewEnabled
Declaration
public bool IsScrollViewEnabled { get; set; }
Property Value
System.Boolean
|
IsTwoPageViewEnabled
Declaration
public bool IsTwoPageViewEnabled { get; set; }
Property Value
System.Boolean
|
MaxZoom
Declaration
public double MaxZoom { get; set; }
Property Value
System.Double
|
MinZoom
Declaration
public double MinZoom { get; set; }
Property Value
System.Double
|
PageCount
Declaration
public int PageCount { get; set; }
Property Value
System.Int32
|
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
System.Int32
|
ViewingMode
Declaration
public FlowDocumentReaderViewingMode ViewingMode { get; set; }
Property Value
FlowDocumentReaderViewingMode
|
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.Double
|
ZoomIncrement
Declaration
public double ZoomIncrement { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|