ImageKit Overview

Constructors

 ImageKit Constructor Initializes a new instance of the ImageKit class

Public Properties

 BackColor Sets the color for the background of the ImageKit Control
 BackgroundBlue Sets the blue value (RGB) for the background color of the vector image when it is loaded.
 BackgroundGreen Sets the green value (RGB) for the background color of the vector image when it is loaded.
 BackgroundPaint Sets whether or not to paint a background color when a vector image is loaded
 BackgroundRed Sets the red value (RGB) for the background color of the vector image when it is loaded
 BrowserImageFormat Sets the format that is used when the image is displayed in the browser
 Comment Sets the comment that can be saved in some types of image files
 DrawScaleX Sets the horizontal display scale, or horizontal magnification when the image is displayed.
 DrawScaleY Sets the vertical display scale, or vertical magnification when the image is displayed.
 EnableImagePopupMenu Sets whether or not the popup menu is displayed when the mouse cursor moves over an image
 ErrorStatus Refers to the types of errors that can occur when using the ImageKit Control
 ExifAutoRotate Sets whether to automatically adjust and display the direction of photos taken with a smartphone
 JPEG2000CodeBlockHeight Sets the height of the JPEG2000 format code block
 JPEG2000CodeBlockWidth Sets the width of the JPEG2000 format code block
 JPEG2000NumResLevel Sets the level of the JPEG2000 format resolution
 JPEG2000PrecinctHeight Sets the height of the JPEG2000 format precinct size
 JPEG2000PrecinctWidth Sets the width of the JPEG2000 format precinct size
 JPEG2000Reversible Sets whether or not the JPEG2000 lossless compression is reversible
 JPEG2000Size Sets the size of the file when saved in JPEG2000 format
 JPEG2000TileHeight Sets the height of the JPEG2000 format tile size
 JPEG2000TileWidth Sets the width of the JPEG2000 format tile size
 JpegQuality Sets the quality coefficient when an image is saved in JPEG or FPX (JPEG compression) file formats
 JpegSubsampling Sets the YCrCb subsampling ratios when saving an image in JPEG format
 Link Establishes the link between the PanWindow and the ImageKit Control
 LoadPage Sets the page to be loaded when a multi-page image file (FPX, GIF, or TIFF) image is loaded
 RawData Sets or receives the image data as a byte array when images are loaded or saved in raw data
 ScrollBars Sets whether or not scroll bars are displayed on the ImageKit Control
 TiffAppend This property has been deprecated and is no longer needed. Use one of the following methods instead AppendTiffImage, DeletePageFromMultipageTiff, or InsertPageIntoMultipageTiff
 Url Sets the virtual path to the image that will be displayed in the ImageKit Control.
 UseJavaScriptFile Sets whether or not the external JavaScript file, ImageKitNet3.js, is used for the ImageKit and PanWindow controls to work together.
 VectorHeight Sets the height of a vector image when the image is loaded
 VectorWidth Sets the Width of a vector image when the image is loaded

Public Methods

 AppendTiffImage Adds a page to the end of a multipage tiff file
 DeletePageFromMultipageTiff Deletes a page from a multipage tiff file
 Display Displays the image
 InsertPageIntoMultipageTiff Inserts a page into a multipage tiff file
 LoadImageFromFile Loads image data from a file
 LoadImageFromRawData Loads the image from raw image data
 LoadRawDataFromFile Loads the image from file as raw data (without converting it to DIB)
 LoadRawDataFromStream Loads the image from stream
 SaveImageToFile Saves image data to file
 SaveImageToRawData Saves the image as raw data
 SaveRawDataToFile Saves the raw image data to file
 SaveRawDataToStream Saves the raw image data to stream
 ShowPanWindow Displays the image in the Pan Window

See Also

Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation