←Select platform

DonotProcessBitmap Property

Summary

Indicates whether to rectify the perspective view of the detected document. If true, the document will not be rectified and only returns the coordinates of the four detected corners.

Syntax
C#
C++/CLI
Python
public bool DonotProcessBitmap { get; set; } 
public:  
   property bool DonotProcessBitmap 
   { 
      bool get() 
      void set(bool value) 
   } 
DonotProcessBitmap # get and set (PerspectiveDeskewCommand) 

Property Value

true to not rectify the image after detecting the corners; otherwise, false. The default value is false.

Remarks

If set to true, the user can rectify the document by passing the four detected corners to KeyStoneCommand. If the document is not detected, the returned corners will be set to zero.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.