VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / OcrPreprocessingCommand Class
In This Topic
    OcrPreprocessingCommand Class Methods
    In This Topic
    For a list of all methods of this type, see OcrPreprocessingCommand.
    Public Methods
     NameDescription
    Public MethodCreates a new OcrPreprocessingCommand that is a copy of the current instance.
    Public MethodCopies the state of the current command to the target command.
    Public MethodOverloaded. Executes the image processing command. (Inherited from ProcessingCommandBase)
    Public MethodExecutes the image processing command in-place. (Inherited from ProcessingCommandBase)
    Public MethodReturns the commands of this composite command. (Inherited from CompositeCommand)
    Public MethodOverloaded. Returns the pixel format of output image (image after processing) for input image with specified pixel format. (Inherited from CompositeCommand)
    Public MethodReturns an array of rectangles, which represent optimal decomposition of the specified rectangle. (Inherited from CompositeCommand)
    Public MethodReturns a value indicating whether specified native pixel format is supported by this processing command. (Inherited from ProcessingCommandBase)
    Public MethodReturns a value indicating whether specified pixel format is supported by this processing command. (Inherited from ProcessingCommandBase)
    Public MethodReturns the name of this image processing command. (Inherited from ProcessingCommandBase)
    Protected Methods
     NameDescription
    Protected MethodReturns the image pixel format, which will have the processed image if command natively does not support pixel format of source image. (Inherited from ProcessingCommandBase)
    Protected MethodOverloaded. Processes the image and writes the result to the specified image. (Inherited from ProcessingCommandBase)
    Protected MethodExecutes the image processing command in-place.
    Protected MethodRaises the ProcessingCommandBase.Progress event. (Inherited from ProcessingCommandBase)
    See Also