VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangePixelFormatToBlackWhiteCommandJS type
Constructors SeeAlso
In This Topic
    WebChangePixelFormatToBlackWhiteCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebChangePixelFormatToBlackWhiteCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebChangePixelFormatToBlackWhiteCommandJS class.
    Methods
     NameDescription
    Public MethodChecks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodOverloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets action name.
    Public MethodGets the binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets the level to convert pixels with darker luminance to black for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets the level to convert pixels with lighter luminance to white for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets the luminance computation mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets the sensibility of dark pixels in light regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets the sensibility of light pixels in dark regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets the threshold for threshold binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodGets the radius of the local window for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodReturns command parameters as JSON object. (Inherited from WebBinarizeCommandJS)
    Public MethodSets the binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodSets the level to convert pixels with darker luminance to black for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets the level to convert pixels with lighter luminance to white for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodSets the luminance computation mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets the sensibility of dark pixels in light regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets the sensibility of light pixels in dark regions for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodSets the threshold for threshold binarization mode. (Inherited from WebBinarizeCommandJS)
    Public MethodSets the radius of the local window for adaptive binarization mode. (Inherited from WebBinarizeCommandJS)
    See Also