VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / DeskewDocumentImageCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DeskewDocumentImageCommand Class
    In This Topic
    Detects rotation angle of document image and rotates it using the detected angle.
    Object Model
    GetRotationAngleCommand GetTextOrientationCommand ProcessingCommandBase ProcessingCommandResults DeskewDocumentImageCommand
    Syntax
    'Declaration
    
    Public Class DeskewDocumentImageCommand
       Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public class DeskewDocumentImageCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public __gc class DeskewDocumentImageCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase*
    
    
    public ref class DeskewDocumentImageCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.Document.DeskewDocumentImageCommand

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also