[]
Represents a viewer for multipage and continuous view reports.
[TemplatePart(Name = "Scroll", Type = typeof(ScrollViewer))]
[TemplatePart(Name = "CopySelectBehavior", Type = typeof(CopySelectBehavior))]
[TemplatePart(Name = "DocumentBehavior", Type = typeof(DocumentBehavior))]
[TemplatePart(Name = "MouseWheelZoomBehavior", Type = typeof(MouseWheelZoomBehavior))]
[TemplatePart(Name = "ChangeViewTypeBehavior", Type = typeof(ChangeViewTypeBehavior))]
[TemplatePart(Name = "NavigationBehavior", Type = typeof(NavigationBehavior))]
[TemplatePart(Name = "PanModeBehavior", Type = typeof(PanModeBehavior))]
public class MultiPageViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
MultiPageViewer() | Initializes a new instance of the MultiPageViewer class. |
Name | Description |
---|---|
IsUIEnabledProperty | Identifies the IsUIEnabled dependency property. |
Name | Description |
---|---|
IsUIEnabled | Indicates whether the UI is enabled. |
Name | Description |
---|---|
Dispose() | Disposes resources. |
OnApplyTemplate() | Initializes the viewer control. |