←Select platform

Deskew Property

Summary

Indicates that automatic deskewing should be used.

Syntax

C#
VB
Java
C++
public bool Deskew { get; set; } 
Public Property Deskew() As Boolean 
   Get 
   Set 
public:  
   property bool Deskew 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getDeskew() 
public void setDeskew(boolean value) 

Property Value

true if automatic deskewing should be used; otherwise, false. Default value is false.

Remarks

Deskew is supported when OCR is used during conversion. If the value is true, the engine will set the value of IOcrAutoRecognizeManager.PreprocessPageCommands accordingly.

Deskew is supported during raster conversion. If the value is true, the engine will use the DeskewCommand.

Deskew is not supported when SVG is used during conversion.

Example

For an example, refer to DocumentConverterPreprocessor.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly