Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

Deskew Property






Indicates that automatic deskewing should be used.
Syntax
public bool Deskew {get; set;}
'Declaration
 
Public Property Deskew As Boolean
'Usage
 
Dim instance As DocumentConverterPreprocessor
Dim value As Boolean
 
instance.Deskew = value
 
value = instance.Deskew
public boolean getDeskew()
public void setDeskew(boolean value)
            
public:
property bool Deskew {
   bool get();
   void set (    bool 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

See Also

Reference

DocumentConverterPreprocessor Class
DocumentConverterPreprocessor Members

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features