Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterPreprocessor Class : Deskew Property |
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)
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.
For an example, refer to DocumentConverterPreprocessor.