VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsDocumentImageCommand Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
IsDocumentImageCommand Class
In This Topic
Checks whether a image is document.
Object Model
ProcessingCommandResults IsDocumentImageCommand
Syntax
'Declaration

Public Class IsDocumentImageCommand
   Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase

public class IsDocumentImageCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase

Remarks

Class will detect document, which is received from scanner, on image (DocumentImageType.ScannedDocument mode) if:

  • document is black-white
  • document covers the whole image

Class will detect document, which is received using photo camera, on image (DocumentImageType.DocumentPhoto mode) if:
  • document is black-white or grayscale
  • document covers at least 75% of image
  • document contains pictures but overall square of pictures do not exceed 25% of image

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
      Vintasoft.Imaging.ImageProcessing.Info.IsDocumentImageCommand

Requirements

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

See Also