ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class

In This Topic
    PageView class Members
    In This Topic

    The following tables list the members exposed by PageView.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Properties
     NameDescription
    public PropertyIndicates the ArtPage that contains the marks that are shown on the image.  
    public PropertyIndicates image data Service option.  
    public PropertyIndicates the id of the HTML element that will hold the state of this control.  
    public PropertyIndicates the current state of the control.  
    public PropertyIndicates whether the control should log its actions.  
    public PropertyIndicates how much information the control will log.  
    public PropertyIndicates the portion of the image that is currently being displayed.  
    public PropertyIndicates the image identifier of the current image.  
    public PropertyIndicates the number of images in the file that contains the current image.  
    public PropertyIndicates the encoded image identifier of the current image.  
    public PropertyIndicates the absolute URL to the image handler.  
    public PropertyIndicates whether the current annotations will be included in the state posted back to the server.  
    public PropertyIndicates the height of the magnifier.  
    public PropertyIndicates the magnification of the magnifier.  
    public PropertyIndicates the width of the magnifier.  
    public PropertyIndicates the X offset of the magnifier.  
    public PropertyIndicates the y offset of the magnifier.  
    public PropertyIndicates the approximate size of the handles shown on selected marks.  
    public PropertyIndicates the behavior of the left mouse button.  
    public PropertyIndicates the height of the current image.  
    public PropertyIndicates whether the viewer currently has an image open.  
    public PropertyIndicates the page index of the current image.  
    public PropertyIndicates the width of the current image.  
    public PropertyIndicates the X resolution of the current image.  
    public PropertyIndicates the Y resolution of the current image.  
    public PropertyIndicates the presentation quality for the viewer.  
    public PropertyIndicates the resource Url path for the image files required for the menu icons and the art mark handles.  
    public PropertyIndicates how the viewer shows scrollbars.  
    public PropertyIndicates whether the selection is visible.  
    public PropertyIndicates the portion of the image that is currently selected.  
    public PropertyIndicates the portion of the window that is currently selected.  
    public PropertyIndicates how the viewer will render vector format images.  
    Top
    Public Methods
     NameDescription
    public MethodClose the current image.  
    public MethodForces the viewer to update its visual presentation immediately.  
    public MethodDisposes of the resources held by the viewer.  
    public MethodAdjust the current selection.  
    public MethodChanges the presentation of the image to one of several pre-defined values.  
    public MethodFlips the current image (swaps the top and bottom edges).  
    public MethodGets the context menu for the provided mouse tool and mark type.  
    public MethodGets the context menu for the provided mark type.  
    public MethodHides the context menu of control.  
    public MethodHide the selection.  
    public MethodMirrors the current image (swaps the left and right sides).  
    public MethodOpen a new image.  
    public MethodPrints document pages.  
    public MethodRotates the current image.  
    public MethodSaves all art marks on a page using ImageGear service.  
    public MethodSets the context menu for the mark type.  
    public MethodSets the context menu for the provided mouse tool and mark type.  
    public MethodShows the context menu of control.  
    public MethodShow an empty selection.  
    public MethodDisplays the specified point at the center of the viewer.  
    public MethodDisplays the specified rectangle in the viewer.  
    public MethodShows the printing page selection dialog.  
    public MethodShow a selection.  
    public MethodTransforms an image coordinate to a window coordinate.  
    public MethodTransforms a window coordinate to an image coordinate.  
    public MethodWrites a user-defined event to the log.  
    public MethodZooms in on the current image.  
    public MethodZooms out from the current image.  
    Top
    Public Events
     NameDescription
    public EventIndicates the viewer failed to open ART page for requested page.  
    public EventIndicates the user activated the context menu.  
    public EventIndicates that a new mark was added to the page.  
    public EventIndicates that a mark on the page was changed.  
    public EventIndicates that a new mark is being interactively created.  
    public EventIndicates that a mark was removed from the page.  
    public EventIndicates that a mark was reordered within the page.  
    public EventIndicates that a mark was selected or unselected.  
    public EventIndicates that marks were loaded from a JSON string.  
    public EventIndicates the user pressed a mouse button.  
    public EventIndicates the user moved the mouse.  
    public EventIndicates the user released a mouse button.  
    public EventIndicates the viewer has closed the current image.  
    public Event  
    public EventIndicates the viewer has finished opening a new image.  
    public EventIndicates the viewer failed to open a new image.  
    public EventIndicates the viewer is opening a new image.  
    public EventIndicates that touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created).  
    public EventIndicates that touch point is removed from the touch surface.  
    public EventIndicates that touch point is moved along the touch surface.  
    public EventIndicates that touch point is placed on the touch surface.  
    Top
    See Also