ImageGear Professional v18.2 > API Reference Guide > ImageClean Component API Reference > ImageClean Component Objects > IGICCtl Control > IGICCtl Methods > OrientAuto Method |
Determines 1-bit image orientation and rotates it to the proper orientation.
The OrientAuto operation is performed using IGICCtl.OrientAutoOptions Property values.
If the input document is left (or right) aligned and contains only the text formed in one column, set the IGICCtl.OrientAutoOptions. DocumentType parameter to IG_IC_LEFT_ALIGNED_DOC (or IG_IC_RIGHT_ALIGNED_DOC accordingly). Otherwise, if you don't know anything about the loaded document, set IGICCtl.OrientAutoOptions Property.DocumentType Property to IG_IC_STANDARD_DOC.
OrientAuto (ByVal pPage As IGPage)
Name | Description |
---|---|
pPage | Reference to IGPage Object for which the auto orientation operation happens. |
N/A
1
Ip_Fx