Name | Description | |
---|---|---|
![]() | Binarization | Gets or sets a binarization command that must be applied to not black-white images. |
![]() | CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from ProcessingCommandBase) |
![]() | 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) |
![]() | FillBorderSize | Gets or sets the size, in pixels, of border around hole punch, which should be filled. |
![]() | FillColor | Gets or sets a color for filling of hole punches. |
![]() | FillColorAutoDetection | Gets or sets a value indicating whether color for filling of hole punches is detected automatically. |
![]() | HolePunchLocation | Gets or sets the location of the hole punches to remove. |
![]() | 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) |
![]() | MaxHoleSize | Gets or sets the maximum size, in pixels, of the holes to be removed. |
![]() | MinHoleSize | Gets or sets the minimum size, in pixels, of the holes to be removed. |
![]() | 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) |
![]() | ScanAreaHeight | Gets or sets the scan area height, as a multiple of image height. |
![]() | ScanAreaWidth | Gets or sets the scan area width as a multiple of the image width. |
![]() | 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) |