Class FlowDocumentPageViewer
Inheritance
System.Object
FlowDocumentPageViewer
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 FlowDocumentPageViewer : DocumentViewerBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
FlowDocumentPageViewer()
Declaration
public FlowDocumentPageViewer()
Fields
CanDecreaseZoomProperty
CanIncreaseZoomProperty
MaxZoomProperty
MinZoomProperty
ZoomIncrementProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.Boolean
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { 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
|
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
|