ClearImage
|
Clear the image within preview window. |
FitToWindow
|
Zoom image to the same size of the preview window. |
Flip |
Flip image vertically or horizontally. |
GetCurrentImageHeight |
Get current height of the image after zoom in or zoom out. |
GetCurrentImageWidth |
Get current width of the image after zoom in or zoom out. |
GetExifCount |
Get the count of the Exif tag with given Exif name. |
GetExifDisplayValue |
Get the display value of the Exif tag with given Exif name. |
GetExifHex |
Get the hexadecimal value of the Exif tag with given Exif name. |
GetExifPropertyCount |
Get the count of all Exif tag within image. |
GetExifType |
Get the type of the Exif tag with given Exif name. |
GetExifValue |
Get the value of the Exif tag with given Exif name. |
GetHeight |
Get the height of the image. |
GetHorzScrollBarPos |
Get the current position of the horizontal scroll bar within preview window. |
GetImageXpos |
Get the current X coordinate of the image within preview window. |
GetImageYpos |
Get the current Y coordinate of the image within preview window. |
GetMouseXpos |
Get the current X coordinate of the mouse pointer within preview window. |
GetMouseYpos |
Get the current Y coordinate of the mouse pointer within preview window. |
GetTiffPageCount |
Gets the number of pages in the multi-page TIFF image file with specified path. |
GetVertScrollBarPos |
Get the current position of the vertical scroll bar within preview window. |
GetWidth |
Get the width of the image. |
LoadImage |
Load and display the image. |
MoveTo |
Move image to the specified position. |
PrintImage
|
Display standard print dialog box and print the image. |
PrintImageBySize
|
Display standard print dialog box and print the image using specified width and height. |
RestoreScrollBarPos |
Restore and scroll the image to the saved position of the scroll bar. |
Rotate90 |
Rotate image in 90 degree. |
Rotate180 |
Rotate image in 180 degree. |
Rotate270 |
Rotate image in 270 degree. |
SaveAsJpeg |
Save the image as JPEG file. |
SaveAsPng |
Save the image as PNG file. |
SaveAsTiff |
Save the image as TIFF file. |
SaveScrollBarPos |
Save the current position of the horizontal and the vertical scroll bar. |
SetExifValue |
Set the Exif value with given Exif tag. |
SetScrollBarPos |
Set the position of the horizontal and the vertical scroll bar. |
Zoom |
Perform zoom in action. |
ZoomByOriginal |
Zoom the image refer to the original size. |
ZoomToFit |
Zoom image to fit in the preview window. |
ZoomToFitByHeight |
Zoom image to fit by height in the preview window. |
ZoomToFitByWidth |
Zoom image to fit by width in the preview window. |