[]
Represents a single page report viewer.
[TemplatePart(Name = "ZoomView", Type = typeof(ZoomView))]
[TemplatePart(Name = "PageBorder", Type = typeof(Border))]
[TemplatePart(Name = "HighlightPage", Type = typeof(ContentControl))]
public class SinglePageViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
SinglePageViewer() | Initializes a new instance of the SinglePageViewer class. |
Name | Description |
---|---|
IsUIEnabledProperty | Identifies the IsUIEnabled dependency property. |
PageBorderThicknessProperty | Identifies the PageBorderThickness dependency property. |
PageViewProperty | Identifies the PageView dependency property. |
PageViewSizeProperty | Identifies the PageViewSize dependency property. |
Name | Description |
---|---|
IsUIEnabled | Gets or sets a value indicating whether the UI is enabled. |
PageBorderThickness | Gets or sets the page border thickness. |
PageView | Gets or sets the page view. |
PageViewSize | Gets or sets the page view size for binding only. |
RenderContext | Gets the render context. |
Name | Description |
---|---|
Dispose() | Disposes resources. |
OnApplyTemplate() | Initializes the single page view. |