←Select platform

JpipRasterImageViewer Class Methods

Summary

For a list of all members of this type, see JpipRasterImageViewer members

Public Methods

Name Description
BeginUpdate Prevents the control from drawing until the EndUpdate method is called. (Inherited from RasterImageViewer)
CenterAtPoint Centers the image display at the specified point. (Inherited from RasterImageViewer)
Close Stops any communiction, processing and decoding and then closes the object.
CombineFloater Combines the FloaterImage with the Image currently inside this RasterImageViewer. (Inherited from RasterImageViewer)
DeleteCacheFiles Deletes the cache files in the specified folder and last access System.DateTime.
EndUpdate Resumes drawing which was disabled by a call to BeginUpdate. (Inherited from RasterImageViewer)
GetMetaDataBinCount Returns the number of metadata boxes available for the image.
GetResolutionSize Gets the size of a particular resolution.
GetTransformWithDpi Return the transform of the viewer taking into account the DPI of the image. (Inherited from RasterImageViewer)
ImageToViewerPoint Converts a point in image coordinates to viewer coordinates. (Inherited from RasterImageViewer)
ImageToViewerRectangle Converts a rectangle in image coordinates to viewer coordinates. (Inherited from RasterImageViewer)
Open Opens a file on the server and loads meta-data, the header, and the lowest resolution that fits the view window.
ReadMetaDataBin Retrieve the specified metadata box for the opened image.
RedirectPaint Displays the contents of the RasterImageViewer in the given Graphics object. (Inherited from RasterImageViewer)
RegionToFloater Converts the image region to a floater. (Inherited from RasterImageViewer)
SetCodeStreamIndex Set the code-stream (page) index of the opened image.
SetInteractiveModeCursor Sets the mouse cursors associated with an interactive mode (Inherited from RasterImageViewer)
ViewerToImagePoint Converts a point in viewer coordinates to image coordinates. (Inherited from RasterImageViewer)
ViewerToImageRectangle Converts a rectangle in viewer coordinates to image coordinates. (Inherited from RasterImageViewer)
Zoom Zooms in or out to any desired size.
ZoomAtPoint Zooms the image display at the specified point with the specified scale factor. (Inherited from RasterImageViewer)
ZoomIn Zooms in to a higher resolution in a specific location
ZoomOut Zooms out to a lower resolution in a specific location
ZoomToRectangle Zooms the image to the specified rectangle. (Inherited from RasterImageViewer)

Protected Methods

Name Description
Dispose(boolean) Cleans up any resources being used.
IsInputKey This member overrides Control.IsInputKey. (Inherited from RasterImageViewer)
OnAnimateFloaterChanged Raises the AnimateFloaterChanged event. (Inherited from RasterImageViewer)
OnAnimateRegionChanged Raises the AnimateRegionChanged event. (Inherited from RasterImageViewer)
OnAutoDisposeImagesChanged Raises the AutoDisposeImagesChanged event. (Inherited from RasterImageViewer)
OnAutoInteractiveMagnifyGlassChanged Raises the AutoInteractiveMagnifyGlassChanged event. (Inherited from RasterImageViewer)
OnAutoResetScaleFactorChanged Raises the AutoResetScaleFactorChanged event. (Inherited from RasterImageViewer)
OnAutoResetScrollPositionChanged Raises the AutoResetScrollPositionChanged event. (Inherited from RasterImageViewer)
OnAutoScrollChanged Raises the AutoScrollChanged event. (Inherited from RasterImageViewer)
OnBorderStyleChanged Raises the BorderStyleChanged event. (Inherited from RasterImageViewer)
OnCenterZoomAtPointScaleFactorChanged Raises the CenterZoomAtPointScaleFactorChanged event. (Inherited from RasterImageViewer)
OnDoubleBufferChanged Raises the DoubleBufferChanged event. (Inherited from RasterImageViewer)
OnEnableScrollingInterfaceChanged Raises the EnableScrollingInterfaceChanged event. (Inherited from RasterImageViewer)
OnEnableTimerChanged Raises the EnableTimerChanged event. (Inherited from RasterImageViewer)
OnFloaterImageChanged Raises the FloaterImageChanged event. (Inherited from RasterImageViewer)
OnFloaterPositionChanged Raises the FloaterPositionChanged event. (Inherited from RasterImageViewer)
OnFloaterVisibleChanged Raises the FloaterVisibleChanged event. (Inherited from RasterImageViewer)
OnFrameColorChanged Raises the FrameColorChanged event. (Inherited from RasterImageViewer)
OnFrameShadowColorChanged Raises the FrameShadowColorChanged event. (Inherited from RasterImageViewer)
OnFrameShadowSizeChanged Raises the FrameShadowSizeChanged event. (Inherited from RasterImageViewer)
OnFramesIsPartOfImageChanged Raises the FramesIsPartOfImageChanged event. (Inherited from RasterImageViewer)
OnFrameSizeChanged Raises the FrameSizeChanged event. (Inherited from RasterImageViewer)
OnHorizontalAlignModeChanged Raises the HorizontalAlignModeChanged event. (Inherited from RasterImageViewer)
OnImageChanged Raises the ImageChanged event. (Inherited from RasterImageViewer)
OnInteractiveCenterAt Raises the InteractiveCenterAt event. (Inherited from RasterImageViewer)
OnInteractiveFloater Raises the InteractiveMode event. (Inherited from RasterImageViewer)
OnInteractiveMagnifyGlass Raises the InteractiveMagnifyGlass event. (Inherited from RasterImageViewer)
OnInteractiveModeChanged Raises the InteractiveModeChanged event. (Inherited from RasterImageViewer)
OnInteractiveModeEnded Raises the InteractiveModeEnded event. (Inherited from RasterImageViewer)
OnInteractiveModeMouseButtonChanged Raises the InteractiveModeMouseButtonChanged event. (Inherited from RasterImageViewer)
OnInteractivePage Raises the InteractivePage event. (Inherited from RasterImageViewer)
OnInteractivePan Raises the InteractivePan event. (Inherited from RasterImageViewer)
OnInteractiveRegionCombineModeChanged Raises the InteractiveRegionCombineModeChanged event. (Inherited from RasterImageViewer)
OnInteractiveRegionEllipse Raises the InteractiveRegionEllipse event. (Inherited from RasterImageViewer)
OnInteractiveRegionFreehand Raises the InteractiveRegionFreehand event. (Inherited from RasterImageViewer)
OnInteractiveRegionRectangle Raises the InteractiveRegionRectangle event. (Inherited from RasterImageViewer)
OnInteractiveRegionTypeChanged Raises the InteractiveRegionTypeChanged event. (Inherited from RasterImageViewer)
OnInteractiveScale Raises the InteractiveScale event. (Inherited from RasterImageViewer)
OnInteractiveUserRectangle Raises the InteractiveUserRectangle event. (Inherited from RasterImageViewer)
OnInteractiveZoomAt Raises the InteractiveZoomAt event. (Inherited from RasterImageViewer)
OnInteractiveZoomTo Raises the InteractiveZoomTo event. (Inherited from RasterImageViewer)
OnKeyDown This member overrides Control.OnKeyDown. (Inherited from RasterImageViewer)
OnLostFocus Occurs when the control loses focus. (Inherited from RasterImageViewer)
OnMagnifyGlassChanged Raises the MagnifyGlassChanged event. (Inherited from RasterImageViewer)
OnMouseDown Occurs when the user presses a mouse button. (Inherited from RasterImageViewer)
OnMouseMove Occurs when the user moves the mouse over the control. (Inherited from RasterImageViewer)
OnMouseUp Occurs when the user releases a mouse button. (Inherited from RasterImageViewer)
OnPaint Overrides Control.OnPaint. (Inherited from RasterImageViewer)
OnPaintPropertiesChanged Raises the PaintPropertiesChanged event. (Inherited from RasterImageViewer)
OnPostImagePaint Raises the PostImagePaint event. (Inherited from RasterImageViewer)
OnPreImagePaint Raises the PreImagePaint event. (Inherited from RasterImageViewer)
OnReadBindingData Raises the ReadBindingData event. (Inherited from RasterImageViewer)
OnRedirectImagePaint Raises the RedirectImagePaint event. (Inherited from RasterImageViewer)
OnScaleFactorChanged Raises the ScaleFactorChanged event. (Inherited from RasterImageViewer)
OnScrollPositionChanged Raises the ScrollPositionChanged event. (Inherited from RasterImageViewer)
OnScrollViewer Raises the ScrollViewer event. (Inherited from RasterImageViewer)
OnSizeChanged Occurs when the size of the control has changed. (Inherited from RasterImageViewer)
OnSizeModeChanged Raises the SizeModeChanged event. (Inherited from RasterImageViewer)
OnSourceRectangleChanged Raises the SourceRectangleChanged event. (Inherited from RasterImageViewer)
OnTransformChanged Raises the TransformChanged event. (Inherited from RasterImageViewer)
OnUseDpiChanged Raises the UseDpiChanged event. (Inherited from RasterImageViewer)
OnVerticalAlignModeChanged Raises the VerticalAlignModeChanged event. (Inherited from RasterImageViewer)
OnWriteBindingData Raises the WriteBindingData event. (Inherited from RasterImageViewer)
WndProc Overrides Control.WndProc. (Inherited from RasterImageViewer)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly