| Name | Description | |
|---|---|---|
|  | PageView Constructor | Initializes a new instance of the PageView class. | 
The following tables list the members exposed by PageView.
| Name | Description | |
|---|---|---|
|  | PageView Constructor | Initializes a new instance of the PageView class. | 
| Name | Description | |
|---|---|---|
|   | AnnotationModeProperty | Represents AnnotationMode dependency property. | 
|   | CreateNewPageDisplayForImageProperty | DependencyProperty for CreateNewPageDisplayForImage. | 
|   | CustomMarkControllerProperty | Represents CustomMarkController dependency property. | 
|   | DefaultPageNumberProperty | DependencyProperty for DefaultPageNumber. | 
|   | DisplayProperty | Represents Display dependency property. | 
|   | DragDropOpenProperty | DependencyProperty for DragDropOpen. | 
|   | IsHandPanEnabledProperty | This property has been deprecated. Dependency property for IsHandPanEnabled. | 
|   | IsMouseWheelScrollEnabledProperty | Dependency property for IsMouseWheelScrollEnabled. | 
|   | MouseToolProperty | Represents MouseTool dependency property. | 
|   | MouseToolSettingsProperty | Represents MouseToolSettings dependency property. | 
|   | OpenAnnotationsProperty | DependencyProperty for OpenAnnotations. | 
|   | OpenDocumentProperty | DependencyProperty for OpenDocument. | 
|   | OpenImagesProperty | DependencyProperty for OpenImages. | 
| Name | Description | |
|---|---|---|
|  | AnnotationMode | Gets or sets the annotation mode. | 
|  | AnnotationScaleSettings | Gets or sets the engine for annotation scaling, as well as scale settings that are specific to this engine. | 
|  | Canvas | Gets canvas element used to contain image and other elements of the view. | 
|  | ClientRectangle | Gets the rectangle ImageGear display code should use as the client area rectangle. | 
|  | ContextMenuMark | Gets the mark that corresponds to the context menu. | 
|  | CreateNewPageDisplayForImage | Gets or sets a value indicating whether to create a new Display object for images. | 
|  | CustomMarkController | Gets or sets the custom mark controller to use when the MouseTool property is set to CreateCustomMark. | 
|  | DefaultPageNumber | Gets or sets page number in the file to be opened. | 
|  | Display | Gets or sets the ImGearPageDisplay Class object associated with the control, representing the image and display parameters. | 
|  | DragDropOpen | Gets or sets a value indicating whether hand drag and drop file opening is enabled or not. | 
|  | HorizontalLargeChange | Gets the horizontal ScrollBar large change increment settings. | 
|  | HorizontalSmallChange | Gets the horizontal ScrollBar small change increment settings. | 
|  | ImageScaleSettings | Gets or sets the engine for image scaling, as well as scale settings that are specific to this engine. | 
|  | InProgressMark | Gets or sets an ART mark to display immediately while creating an ART mark using the mouse. | 
|  | IsHandPanEnabled | This property has been deprecated. Gets or sets a value indicating whether hand panning is enabled or not. When true, clicking and dragging on the image will pan the image. | 
|  | IsMouseWheelScrollEnabled | Gets or sets a value indicating whether MouseWheel scrolling is enabled. If true, scrolling the mouse wheel over the control results in vertical scrolling. | 
|  | MarkBringToFrontCommand | Gets a command for bringing a mark to the front of the Z-order. | 
|  | MarkCopyCommand | Gets a command for copying a mark. | 
|  | MarkCutCommand | Gets a command for cutting a mark. | 
|  | MarkDeleteCommand | Gets a command for deleting a mark. | 
|  | MarkPasteCommand | Gets a command for pasting a mark. | 
|  | MarkSendToBackCommand | Gets a command for sending a mark to the back of the Z-order. | 
|  | MouseTool | Gets or sets the mouse tool. | 
|  | MouseToolSettings | Gets or sets an object that provides access to mouse tool settings. | 
|  | OpenAnnotations | Gets or sets a value indicating whether annotations will be opened. | 
|  | OpenDocument | Gets or sets a value indicating whether to open an ImageGear.Core.ImGearDocument for images. | 
|  | OpenImages | Gets or sets a value indicating whether images will be opened. | 
|  | Page | Gets or sets the ImGearPage Class associated with the control - automatically mapped to the Page property of the associated ImGearPageDisplay Class object. | 
|  | SetAntialiasCommand | Gets a command for setting antialias. | 
|  | SetFitModeCommand | Gets a command for setting the fit mode. | 
|  | SetImageGearScalingCommand | Gets a command for setting ImageGear scaling. | 
|  | SetMarkClosedCommand | Gets a command for setting mark Closed. | 
|  | SetMarkEndHeadTypeCommand | Gets a command for setting mark end head type. | 
|  | SetMarkEndLengthCommand | Gets a command for setting mark end length. | 
|  | SetMarkImageFitModeCommand | Gets a command for setting mark image fit mode. | 
|  | SetMarkOrientationCommand | Gets a command for setting mark orientation. | 
|  | SetMarkPinAlignmentCommand | Gets a command for setting mark pin alignment. | 
|  | SetMarkPrecisionCommand | Gets a command for setting mark precision. | 
|  | SetMarkStartHeadTypeCommand | Gets a command for setting mark start head type. | 
|  | SetMarkStartLengthCommand | Gets a command for setting mark start length. | 
|  | SetMarkStyleCommand | Gets a command for setting mark style or border style. | 
|  | SetMarkTextBorderShadingCommand | Gets a command for setting mark text border shading. | 
|  | SetMarkThicknessCommand | Gets a command for setting mark thickness or border thickness. | 
|  | SetResampleCommand | Gets a command for setting resampling. | 
|  | SetWPFScalingCommand | Gets a command for setting WPF scaling. | 
|  | ShowMarkPropertiesWindowCommand | Gets a command for showing a properties window for a mark. | 
|  | UpdateMode | Gets or sets whether the control updates automatically when the display settings or annotations change. | 
|  | VerticalLargeChange | Gets the vertical ScrollBar large change increment settings. | 
|  | VerticalSmallChange | Gets the vertical ScrollBar small change increment settings. | 
|  | ZoomCommand | Gets a command for zooming. | 
| Name | Description | |
|---|---|---|
|  | AnnotationsAreAvailable | Returns whether or not the annotation assembly (ImageGear.Windows.Controls.Art.dll) is available. | 
|  | EnableScrollBar | Change enable state of scrollbars associated with window. | 
|  | GetScrollBarDimensions | This method returns width and height dimensions of the windows scroll bar. | 
|  | GetScrollParams | This method obtains the attributes of the scrollbar specified. | 
|  | IsScrollBarEnabled | This method returns whether or not the specified scrollbar is enabled. | 
|  | IsScrollBarVisible | This method returns visibility state of the scrollbar specified. | 
|  | OnApplyTemplate | Overridden. Invoked whenever application code or internal processes call ApplyTemplate. | 
|  | SetScrollParams | This method updates the state of specified scrollbar with new values. | 
|  | ShowMarkPropertiesWindow | Displays a dialog window that shows the properties of the specified mark and can be used to modify the properties. | 
|  | ShowScrollBar | Overloaded. Change visibility state of scrollbars associated with window. | 
|  | Update | Overloaded. Causes a redraw of the display. Required anytime the underlying Display or Page object has changed. | 
|  | UpdateAnnotations | Causes a redraw of the annotations. Can be used instead of Update anytime only the annotations have been updated. | 
| Name | Description | |
|---|---|---|
|  | OnContextMenuClosing | Overridden. Fires when the context menu is closing. | 
|  | OnContextMenuOpening | Overridden. Fires when the context menu is opening. | 
|  | OnMarkAdded | Occurs when a mark is added. | 
|  | OnMarkChanged | Occurs when a mark is changed. | 
|  | OnMarkRemoved | Occurs when a mark is removed. | 
|  | OnMarkSelectionChanged | Occurs when a mark's selection is changed. | 
|  | OnMarkZOrderChanged | Occurs when a mark's Z-Order is changed. | 
|  | OnMouseDown | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. | 
|  | OnMouseMove | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. | 
|  | OnMouseUp | Overridden. Invoked when an unhandled System.Windows.Input.Mouse.MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. | 
|  | OnPageScrolled | Occurs when a page is scrolled. | 
|  | OnPageZoomed | Occurs when a page is zoomed. | 
|  | OnRequerySuggested | Occurs when a requery is suggested. | 
|  | OnScrollChanged | Occurs when a page is scrolled or when the scrollbar visible or enabled state changes. | 
| Name | Description | |
|---|---|---|
|  | FileOpened | Event triggered after a file has been opened by the PageView control. | 
|  | FileOpening | Event triggered before a file is opened by the PageView control. | 
|  | MarkAdded | Occurs when a mark is added. | 
|  | MarkChanged | Occurs when a mark is changed. | 
|  | MarkCreating | Occurs when a mark is added using the mouse. | 
|  | MarkRemoved | Occurs when a mark is removed. | 
|  | MarkSelectionChanged | Occurs when a mark's selection is changed. | 
|  | MarkZOrderChanged | Occurs when a mark's Z-Order is changed. | 
|  | PageScrolled | Occurs when a pages is scrolled. | 
|  | PageZoomed | Occurs when a page is zoomed. | 
|  | RequerySuggested | Occurs when the command manager detects conditions that might change the ability of a command to execute. | 
|  | ScrollChanged | Occurs when a page is scrolled or when the scrollbar visible or enabled state changes. | 
|  | Updated | Occurs after an update of the image has occurred. |