PdfTranslatorAutoPageRotation Property |
Determines if the PDFTranslator will correct page rotation
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool AutoPageRotation { get; set; }
Public Property AutoPageRotation As Boolean
Get
Set
Property Value
Type:
BooleanRemarks If set to true, the PDFTranslator will rotate an entire page to reflect correct reading order if every
text region within a given page is rotated the same direction.
See Also