Accusoft Pegasus
ScanFix ActiveX 6.0
ScanFix Object Members
See Also  Overview  Send Feedback

Public Methods

Public Method AboutBoxThis brings up the About Box showing general information about this component.
Public Method AdjustBrightnessContrastAdjustBrightnessContrast provides the ability to analyze and/or automatically increase the contrast of an image.
Public Method AdjustBrightnessContrastUsingDefaultsAdjustBrightnessContrast provides the ability to analyze and/or automatically increase the contrast of an image.
Public Method ApplyFilterAverageThis function performs a 3x3 Average filter smoothing operation on the image, placing the output in the center of the window.
Public Method ApplyFilterAverageUsingDefaultsThis function performs a 3x3 Average filter smoothing operation on the image, placing the output in the center of the window.
Public Method ApplyFilterCloseThis function performs a 3x3 Close filter operation on the image, closing light colored pixels.
Public Method ApplyFilterCloseUsingDefaultsThis function performs a 3x3 Close filter operation on the image, closing light colored pixels.
Public Method ApplyFilterCustomThis function performs a custom convolution filter operation on image.
Public Method ApplyFilterGaussianThis function performs a Gaussian smoothing filter operation of the specified size on the image, placing the output in the specified center location.
Public Method ApplyFilterGaussianUsingDefaultsThis function performs a 3x3 Gaussian smoothing filter operation on the image.
Public Method ApplyFilterLaplacianThis function performs a 3x3 Laplacian edge detection filter operation on the image.
Public Method ApplyFilterMedianThis function performs a 3x3 Median smoothing filter operation on the image.
Public Method ApplyFilterMedianUsingDefaultsThis function performs a 3x3 Median smoothing filter operation on the image.
Public Method ApplyFilterOpenThis function performs a 3x3 Open filter operation on the image, opening light colored pixels.
Public Method ApplyFilterOpenUsingDefaultsThis function performs a 3x3 Open filter operation on the image, opening light colored pixels.
Public Method ApplyFilterPrewittThis function performs a 3x3 Prewitt horizontal edge detection filter operation on the image.
Public Method ApplyFilterPrewittUsingDefaultsThis function performs a 3x3 Prewitt horizontal edge detection filter operation on the image.
Public Method ApplyFilterSobelThis function performs a 3x3 Sobel horizontal edge detection filter operation on the image.
Public Method ApplyFilterSobelUsingDefaultsThis function performs a 3x3 Sobel horizontal edge detection filter operation on the image.
Public Method ApplyFilterUnsharpThis function performs an Unsharp mask sharpening filter operation on the image.
Public Method ApplyFilterUnsharpUsingDefaultsThis function performs an Unsharp mask sharpening filter operation on the image.
Public Method AutoBinarizeThis function operates on 1-bit, 8-bit and 24-bit input DIB’s creating an enhanced 1-bit output DIB of the same dimensions using an automatic, intelligent algorithm.
Public Method AutoImageDetergentAutoImageDetergent removes noise from a color image by converting colors near each selected color to the selected color. This function automatically selects the colors to clean.
Public Method AutoImageDetergentUsingDefaultsAutoImageDetergent removes noise from a color image by converting colors near each selected color to the selected color. This function automatically selects the colors to clean.
Public Method BinarizeThis function operates on 1-bit, 8-bit and 24-bit input DIB’s creating an enhanced 1-bit output DIB of the same dimensions, using the settings provided by the caller.
Public Method ColorDropDrop or extract specified colors in the image.
Public Method CorrectInverseTextDetects and corrects (reverses) inverse (white on black) text in a bitonal image.
Public Method CorrectInverseTextUsingDefaultsDetects and removes (reverses) inverse (white on black) text in a bitonal image.
Public Method CorrectNegativePageDetermines if the image is black on white (normal) or white on black (negative), and optionally negate the image if it is, in fact, a negative. Use this function if the default control parameters are adequate.
Public Method CorrectNegativePageUsingDefaultsDetermines if the image is black on white (normal) or white on black (negative), and optionally negates the image if it is, in fact, a negative.
Public Method DeskewDetects the skew angle of the current image and rotates the image to remove that skew.
Public Method DeskewUsingDefaultsDetects the skew angle of the current image and rotates the image to remove that skew.
Public Method DespeckleDetects and removes specks from the current image.
Public Method DespeckleUsingDefaultsDetects and removes specks from the current image.
Public Method DetectBlankPageAnalyzes an image to determine if the amount of data there is low enough for the page to be considered blank.
Public Method DetectBlankPageUsingDefaultsExamines an image and determines if the amount of data there is low enough for the page to be considered blank.
Public Method DetectBlankRectangleExamines a rectangle on an image and determines if the amount of data there is low enough for the page to be considered blank.
Public Method DetectColorExamines an image looking for significant amounts of color data.
Public Method DetectColorUsingDefaultsExamines an image looking for significant amounts of color data, and optionally reports the location of the color data.
Public Method DilateExpands dark color pixels in the image by one in each direction.
Public Method DilateUsingDefaultsExpands dark color pixels in the image by one in each direction.
Public Method ErodeRemoves dark color pixels in the image by one in each direction.
Public Method ErodeUsingDefaultsRemove the black pixels in the image by one in each direction.
Public Method ExecuteEnhancementsExecute the input enhancements on the current image.
Public Method FlipFlip the image (swap the top and bottom).
Public Method FromHbitmapThis function sets the current image to a copy of the given HBITMAP.
Public Method FromHdibSets the current image to the given HDIB.
Public Method FromHdib2Sets the current image to the given HDIB.
Public Method FromPictureThis function sets the current image to a copy of the given picture object.
Public Method GetRectangleReplaces the current image with a subset of the original image.
Public Method ImageDetergentImageDetergent removes noise from a color image by converting colors near each selected color to the selected color. The user must specify the selected colors.
Public Method MirrorMirrors the image (swap the left and right sides).
Public Method NegateInverts all colors in the image.
Public Method RegisterImageThis method automatically positions text horizontally and vertically in the current image, providing a consistent left and top margin for documents.
Public Method RegisterImageUsingDefaultsThis function automatically positions text horizontally and vertically in the current image, providing a consistent left and top margin for documents.
Public Method RemoveBlobsLocates and removes large black objects in bitonal images.
Public Method RemoveBlobsUsingDefaultsLocates and removes large black objects in bitonal images.
Public Method RemoveBorderMethod removes rows of pixels at the edges of an image.
Public Method RemoveBorderUsingDefaultsThis feature will locate border pixels and will replace them with the specified pad color and/or remove the pixels from the image.
Public Method RemoveCombsDetects and removes combs from the current image.
Public Method RemoveCombsUsingDefaultsDetects and removes combs from the current image.
Public Method RemoveDotShadingRemoves dot shading areas from a bitonal image, including actual black-on-white shading.
Public Method RemoveDotShadingUsingDefaultsRemoves dot shading areas from a bitonal image, including actual black-on-white shading.
Public Method RemoveLinesDetects and removes lines from the current image.
Public Method RemoveLinesUsingDefaultsDetects and removes lines from the current image.
Public Method RescaleThis feature allows the image to be rescaled with the vertical and horizontal axis rescaled independently from each other.
Public Method RotateRotate the image by the given angle.
Public Method ShearShear the image by the given amount.
Public Method SmoothObjectsSmoothes edges in the image by the given amount in a bitonal image.
Public Method SmoothObjectsUsingDefaultsSmoothes edges in the image by the given amount in a bitonal image.
Public Method SmoothZoomReplace the current image with a new image whose width and height have been doubled and whose pixels have been smoothed.
Public Method ToHdibReturns the DIB containing the component's current image.
Public Method ToHdib2Returns the DIB containing the component's current image.
Public Method ToPictureReturns the current image as an object.
Public Method UnlockRuntimeUnlock the ScanFix6 control for use in runtime environments.
Public Method UnlockWebUnlock the ScanFix6 control for use in web servers.
Public Method VirtualBulbThis function emulates a dropout scanner, and cleans an image by converting the selected hues to white, nearby colors to shades of gray and all other saturated colors to black.

Public Properties

Public Property DebugGets and sets a flag to indicate if debug information is sent to a debug file.
Public Property DebugLogFileGets and sets the debug log file name.
Public Property ErrorCodeGets the error code after an error has occurred.
Public Property ErrorDescriptionGets the error description string after an error has occurred.
Public Property ErrorLevelGets and sets level for items to be written to the debug log file.
Public Property ErrorNumberGets the error number after an error has occurred.
Public Property EvaluationModeGets and sets the evaluation mode of this component.
Public Property HorizontalResolutionGets and sets the horizontal resolution of the current image.
Public Property ImageHeightGets the height of the current image in pixels.
Public Property ImageResolutionGets the resolution object for ScanFix.
Public Property ImageWidthGets the width of the current image in pixels.
Public Property LicenseEditionGets and sets the license edition of this component.
Public Property RaiseExceptionsIndicates whether the control will throw exceptions.
Public Property ResolutionUnitsGets and sets the unit of measure for the vertical and horizontal resolutions.
Public Property VerticalResolutionGets and sets the vertical resolution of the current image.

See Also


©2010. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.