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
AutomationProperty
|
HorizontalPageSpacingProperty
Declaration
public static AutomationProperty HorizontalPageSpacingProperty
Field Value
AutomationProperty
|
MaxPagesAcrossProperty
ShowPageBordersProperty
VerticalOffsetProperty
VerticalPageSpacingProperty
Declaration
public static AutomationProperty VerticalPageSpacingProperty
Field Value
AutomationProperty
|
ViewportHeightProperty
ViewportWidthProperty
ZoomProperty
Properties
CanDecreaseZoom
Declaration
public bool CanDecreaseZoom { get; set; }
Property Value
System.Boolean
|
CanIncreaseZoom
Declaration
public bool CanIncreaseZoom { get; set; }
Property Value
System.Boolean
|
CanMoveDown
Declaration
public bool CanMoveDown { get; set; }
Property Value
System.Boolean
|
CanMoveLeft
Declaration
public bool CanMoveLeft { get; set; }
Property Value
System.Boolean
|
CanMoveRight
Declaration
public bool CanMoveRight { get; set; }
Property Value
System.Boolean
|
CanMoveUp
Declaration
public bool CanMoveUp { get; set; }
Property Value
System.Boolean
|
ExtentHeight
Declaration
public double ExtentHeight { get; set; }
Property Value
System.Double
|
ExtentWidth
Declaration
public double ExtentWidth { get; set; }
Property Value
System.Double
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
HorizontalPageSpacing
Declaration
public double HorizontalPageSpacing { get; set; }
Property Value
System.Double
|
MaxPagesAcross
Declaration
public int MaxPagesAcross { get; set; }
Property Value
System.Int32
|
ShowPageBorders
Declaration
public bool ShowPageBorders { get; set; }
Property Value
System.Boolean
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|
VerticalPageSpacing
Declaration
public double VerticalPageSpacing { get; set; }
Property Value
System.Double
|
ViewportHeight
Declaration
public double ViewportHeight { get; set; }
Property Value
System.Double
|
ViewportWidth
Declaration
public double ViewportWidth { get; set; }
Property Value
System.Double
|
Zoom
Declaration
public double Zoom { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|