Name | Description | |
---|---|---|
![]() | WebGetBorderRectCommandJS | Initializes a new instance of the WebGetBorderRectCommandJS class. |
Name | Description | |
---|---|---|
![]() | WebGetBorderRectCommandJS | Initializes a new instance of the WebGetBorderRectCommandJS class. |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | execute | Overloaded. Executes the image processing command. |
![]() | get_ActionName | Gets action name. |
![]() | get_Binarization | Gets a binarization command that must be applied to a not-black-white images. |
![]() | get_BorderColorType | Gets the type of the removing border color. Only borders with specified color type will be removed. |
![]() | get_BorderSize | Gets the border indent size, in pixels. |
![]() | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_ExpandSupportedPixelFormats | Gets 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) |
![]() | get_MaxBorderNoise | Gets permitted noise level, in percents, on the border of an image. |
![]() | get_RestoreSourcePixelFormat | Gets 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) |
![]() | get_Side | Gets image sides where border will be searched. |
![]() | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | getParams | Returns command parameters as JSON object. |
![]() | set_Binarization | Sets a binarization command mode that must be applied to a not-black-white images. |
![]() | set_BorderColorType | Sets the type of the removing border color. Only borders with specified color type will be removed. |
![]() | set_BorderSize | Sets the border indent size, in pixels. |
![]() | set_ExpandSupportedPixelFormats | Sets 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) |
![]() | set_MaxBorderNoise | Sets permitted noise level, in percents, on the border of an image. |
![]() | set_RestoreSourcePixelFormat | 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 WebImageProcessingCommandBaseJS) |
![]() | set_Side | Sets image sides where border will be searched. |