FlowDocumentReader
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class FlowDocumentReader : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlFlowDocumentReader...
Implements:
Inherited Members
Constructors
C#
public FlowDocumentReader()
Fields
C#
public static AutomationProperty CanDecreaseZoomProperty
C#
public static AutomationProperty CanGoToNextPageProperty
C#
public static AutomationProperty CanGoToPreviousPageProperty
C#
public static AutomationProperty CanIncreaseZoomProperty
C#
public static AutomationProperty DocumentProperty
C#
public static AutomationProperty IsFindEnabledProperty
C#
public static AutomationProperty IsPageViewEnabledProperty
C#
public static AutomationProperty IsPrintEnabledProperty
C#
public static AutomationProperty IsScrollViewEnabledProperty
C#
public static AutomationProperty IsTwoPageViewEnabledProperty
C#
public static AutomationProperty MaxZoomProperty
C#
public static AutomationProperty MinZoomProperty
C#
public static AutomationProperty PageCountProperty
C#
public static AutomationProperty PageNumberProperty
C#
public static AutomationProperty ViewingModeProperty
C#
public static AutomationProperty ZoomIncrementProperty
C#
public static AutomationProperty ZoomProperty
Properties
C#
public bool CanDecreaseZoom { get; set; }
C#
public bool CanGoToNextPage { get; set; }
C#
public bool CanGoToPreviousPage { get; set; }
C#
public bool CanIncreaseZoom { get; set; }
C#
public FlowDocument Document { get; set; }
C#
public bool IsFindEnabled { get; set; }
C#
public bool IsPageViewEnabled { get; set; }
C#
public bool IsPrintEnabled { get; set; }
C#
public bool IsScrollViewEnabled { get; set; }
C#
public bool IsTwoPageViewEnabled { get; set; }
C#
public int PageNumber { get; set; }
C#
public FlowDocumentReaderViewingMode ViewingMode { get; set; }
C#
public double ZoomIncrement { get; set; }