Click or drag to resize

PageRotation Property

Gets or sets the text data rotation relative to page image rotation.

Namespace:  Atalasoft.Imaging.WebControls.Text
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WebDocumentPageRotation Rotation { get; set; }

Property Value

Type: WebDocumentPageRotation
Remarks
Use this property to compensate differences between rendered image and extraction data. For example, PDF text is extracted for zero rotation, while image is rendered for current page rotation.
See Also