HalftoneRemovalCommand Class Properties
In This Topic
For a list of all properties of this type, see
HalftoneRemovalCommand.
Public Properties
| Name | Description |
 | AutoThreshold | Gets or sets a value indicating whether the black and white pixels removal thresholds are calculated automatically. |
 | BlackPixelRemovalThreshold | Gets or sets the threshold, in percents, for black pixels removal. |
 | CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from ProcessingCommandBase) |
 | CellSize | Gets or sets the size, in pixels, of cells the image is divided into. |
 | ExpandSupportedPixelFormats | Gets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase) |
 | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase) |
 | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase) |
 | MaxSegmentSize | Gets or sets the maximal length, in pixels, of a halftone segment. |
 | MinHalftoneHeight | Gets or sets the minimal height, in pixels, of a halftone region. |
 | MinHalftoneWidth | Gets or sets the minimal width, in pixels, of a halftone region. |
 | Name | Gets the name of the command. |
 | RegionOfInterest | Gets or sets the region of the image which should be processed by by the image processing command. (Inherited from ProcessingCommandWithRegion) |
 | RestoreSourcePixelFormat | Gets or sets 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 ProcessingCommandBase) |
 | Results | Gets the results of execution of this command after execution of the command. Sets the results of previously executed commands, current command can use results if necessary. (Inherited from ProcessingCommandBase) |
 | SupportedNativePixelFormats | Gets a list of supported native pixel formats for this processing command. |
 | SupportedPixelFormats | Gets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase) |
 | WhitePixelRemovalThreshold | Gets or sets the threshold, in percents, for white pixels removal. |
Protected Properties
See Also