←Select platform

JpipRasterImageViewer Class Properties

Summary

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

Public Properties

Name Description
AnimateFloater Gets or sets a value indicating whether to animate the FloaterImage. (Inherited from RasterImageViewer)
AnimateRegion Enables or disables animation of the image's region frame. (Inherited from RasterImageViewer)
AutoDisposeImages Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterImageViewer. (Inherited from RasterImageViewer)
AutoInteractiveMagnifyGlass Gets or sets a value that indicate whether to always show the magnify glass when the interactive mode is set to magnify glass. (Inherited from RasterImageViewer)
AutoResetScaleFactor Enables the automatic reset of the ScaleFactor property.
AutoResetScrollPosition Enables the automatic reset of the Leadtools.WinForms.RasterImageViewer.ScrollPosition property.
AutoScroll Enables scroll bars to automatically appearing when the control contents are larger than its visible area.
AutoScrollLargeChange Gets or sets the amount that the scroll bar is incremented or decremented for a large scroll. (Inherited from RasterImageViewer)
AutoScrollMinSize Gets or sets the minimum size for the auto-scroll region. (Inherited from RasterImageViewer)
AutoScrollSmallChange Gets or sets the amount that the scroll bar is incremented or decremented for a small scroll. (Inherited from RasterImageViewer)
BindingData Gets or sets the extra data used when saving image to a data binding object. (Inherited from RasterImageViewer)
BindingLoadBitsPerPixel Gets or sets the image bits per pixel used when loading images from a data binding object. (Inherited from RasterImageViewer)
BindingRasterCodecs Gets or sets the Leadtools.Codecs.RasterCodecs object used with data binding. (Inherited from RasterImageViewer)
BindingSaveBitsPerPixel Gets or sets the image bits per pixel used when saving images to a data binding object. (Inherited from RasterImageViewer)
BindingSaveImageFormat Gets or sets the Leadtools.RasterImageFormat used when saving images to a data binding object. (Inherited from RasterImageViewer)
BorderPadding Gets the viewer border padding. (Inherited from RasterImageViewer)
BorderStyle Sets the border style of the control. (Inherited from RasterImageViewer)
CacheDirectoryName Gets or sets the name of the cache directory.
CenterZoomAtPointScaleFactor Gets or sets the scale factor used to zoom the image in the viewer around the center when CenterAtPoint is called. (Inherited from RasterImageViewer)
ChannelType Gets or sets the channel type for JPIP .
CodeStream Returns the current image code-stream (page).
CodeStreamCount Returns the number of available code-streams (pages).
ComponentIndex Gets or sets the index of the component to be displayed.
CurrentImageSize Gets the size of the image at the current resolution.
CurrentResolutionIndex Index for the resolution of the displayed image.
CurrentXScaleFactor Gets or sets the current horizontal scale factor for the image display. (Inherited from RasterImageViewer)
CurrentYScaleFactor Gets or sets the current vertical scale factor for the image display. (Inherited from RasterImageViewer)
Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from RasterImageViewer)
DoubleBuffer Enables or disables double buffer painting, which eliminates flicker. (Inherited from RasterImageViewer)
EnableScrollingInterface Gets or sets a value indicating whether the control automatically processes the keyboard and mousewheel. (Inherited from RasterImageViewer)
EnableTimer Gets or sets a value indicating whether to enable the timer used when animating regions and floaters. (Inherited from RasterImageViewer)
FloaterImage Gets or sets the floater image. (Inherited from RasterImageViewer)
FloaterPosition Gets or sets the position of the floater. (Inherited from RasterImageViewer)
FloaterVisible Gets or sets a value indicating whether to paint the FloaterImage (Inherited from RasterImageViewer)
FrameColor Specifies the border color of the frame that you add to the control. (Inherited from RasterImageViewer)
FrameShadowColor Specifies the shadow color of the frame that you add to the control. (Inherited from RasterImageViewer)
FrameShadowSize Specifies the thickness of the shadow for the frame that you add to the control. (Inherited from RasterImageViewer)
FramesIsPartOfImage Determines whether or not the frame is treated as part of the images's view. (Inherited from RasterImageViewer)
FrameSize Specifies the thickness of the frame that you add to the Raster View Control. (Inherited from RasterImageViewer)
FullImageSize Gets the size of the JPEG2000 Image at its largest resolution.
HorizontalAlignMode Gets or sets a value to determine how to center the image in the client area of the control horizontally, when the width of the destination rectangle is smaller than the width of the client area.
HScroll Gets a value indicating whether the horizontal scroll bar is visible. (Inherited from RasterImageViewer)
Image Gets or sets the image currently assigned for display by the control.
ImageDpiX Gets the horizontal resolution of the of the current image in the viewer. (Inherited from RasterImageViewer)
ImageDpiY Gets the vertical resolution of the of the current image in the viewer. (Inherited from RasterImageViewer)
ImageSize Gets the size of the current image in the viewer. (Inherited from RasterImageViewer)
InteractiveMode Gets or sets the value that controls user interaction with the control's display.
InteractiveModeMouseButton Gets or sets the current mouse button associated with the viewer interactive. (Inherited from RasterImageViewer)
InteractiveRegionCombineMode Gets or sets the region Leadtools.RasterRegionCombineMode to be used when the user creates regions interactively. (Inherited from RasterImageViewer)
InteractiveRegionType Gets or sets the value that determines the type of region to create when InteractiveMode is set to RasterViewerInteractiveMode.Region (Inherited from RasterImageViewer)
IPAddress Gets or sets the IP address of the JPIP client.
IsActive Determines whether an image is loaded.
IsImageAvailable Determines if the control currently has an Leadtools.RasterImage object available for display. (Inherited from RasterImageViewer)
IsInteractiveModeBusy Determines if the control is currently performing an interactive operation. (Inherited from RasterImageViewer)
LogicalViewRectangle Gets the logical view rectangle. (Inherited from RasterImageViewer)
MagnifyGlass Gets or sets the RasterMagnifyGlass object used to perform Magnifying Glass operations for this RasterImageViewer. (Inherited from RasterImageViewer)
NumberOfColorComponents Number of color components in the loaded JPEG2000 file.
NumberOfResolutions Gets the number of resolutions available in the loaded JPEG2000 file.
PacketSize Gets or sets the packet size in bytes.
PaintProperties Gets or sets the RasterPaintProperties which controls the painting of item images in this control.
PhysicalViewRectangle Gets the physical view rectangle. (Inherited from RasterImageViewer)
PortNumber Gets or sets the JPIP client port number.
RequestTimeout Gets or sets the delay in seconds for client requests.
ScaleFactor The zoom factor used to display the image.
ScrollPosition Gets or sets the location of the auto-scroll position. (Inherited from RasterImageViewer)
SizeMode Determines how to align the image in the destination rectangle.
SmallScrollChangeRatio Gets or sets the ratio of the AutoScrollSmallChange to the AutoScrollLargeChange. (Inherited from RasterImageViewer)
SourceRectangle Represents the part of the image to use as the display source. (Inherited from RasterImageViewer)
Transform Gets the display matrix for the viewer. (Inherited from RasterImageViewer)
UseDpi Gets or sets a value that indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap. (Inherited from RasterImageViewer)
VerticalAlignMode Gets or sets a value to determine how to center the image in the client area of the control, when the height of the destination rectangle is smaller than the height of the client area.
VScroll Gets a value indicating whether the vertical scroll bar is visible. (Inherited from RasterImageViewer)

Protected Properties

Name Description
CreateParams Overrides Control.CreateParams. (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