Class DocumentViewer
Inheritance
System.Object
DocumentViewer
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 DocumentViewer : DocumentViewerBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
DocumentViewer()
Declaration
public DocumentViewer()
Fields
CanDecreaseZoomProperty
CanIncreaseZoomProperty
CanMoveDownProperty
CanMoveLeftProperty
CanMoveRightProperty
CanMoveUpProperty
ExtentHeightProperty
ExtentWidthProperty
HorizontalOffsetProperty
Declaration
public static AutomationProperty HorizontalOffsetProperty
Field Value
HorizontalPageSpacingProperty
Declaration
public static AutomationProperty HorizontalPageSpacingProperty
Field Value
MaxPagesAcrossProperty
ShowPageBordersProperty
VerticalOffsetProperty
VerticalPageSpacingProperty
Declaration
public static AutomationProperty VerticalPageSpacingProperty
Field Value
ViewportHeightProperty
ViewportWidthProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { get; set; }
Property Value
System.
|
CanMoveDown
Declaration
public bool CanMoveDown { get; set; }
Property Value
System.
|
CanMoveLeft
Declaration
public bool CanMoveLeft { get; set; }
Property Value
System.
|
CanMoveRight
Declaration
public bool CanMoveRight { get; set; }
Property Value
System.
|
CanMoveUp
Declaration
public bool CanMoveUp { get; set; }
Property Value
System.
|
ExtentHeight
Declaration
public double ExtentHeight { get; set; }
Property Value
System.
|
ExtentWidth
Declaration
public double ExtentWidth { get; set; }
Property Value
System.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
HorizontalPageSpacing
Declaration
public double HorizontalPageSpacing { get; set; }
Property Value
System.
|
MaxPagesAcross
Declaration
public int MaxPagesAcross { get; set; }
Property Value
System.
|
ShowPageBorders
Declaration
public bool ShowPageBorders { get; set; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|
VerticalPageSpacing
Declaration
public double VerticalPageSpacing { get; set; }
Property Value
System.
|
ViewportHeight
Declaration
public double ViewportHeight { get; set; }
Property Value
System.
|
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.
|
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|