[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView

MultiPagePageView Class

Represents a view item for multi-page display.

Namespace: GrapeCity.ActiveReports.Viewer.Wpf.View
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
[TemplatePart(Name = "PageViewContent", Type = typeof(ContentControl))]
[TemplatePart(Name = "HighlightPage", Type = typeof(ContentControl))]
[TemplatePart(Name = "PageContainer", Type = typeof(Grid))]
public class MultiPagePageView : VirtualViewsControlItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
MultiPagePageView()

Initializes a new instance of the MultiPagePageView class.

Fields

Name Description
PaperBrushProperty

Identifies the PaperBrush dependency property.

ZoomProperty

Identifies the Zoom dependency property.

Properties

Name Description
PaperBrush

Gets or sets the color of the paper.

RenderContext

Gets the render context.

Zoom

Gets or sets the zoom value.

Methods

Name Description
OnApplyTemplate()

Initializes the multi-page view.

OnPreviewMouseDown(MouseButtonEventArgs)