'Declaration
Public Function AutoRotate() As PageRotation
'Usage
Dim instance As ImageEditor Dim value As PageRotation value = instance.AutoRotate()
public PageRotation AutoRotate()
public function AutoRotate(): PageRotation;
public function AutoRotate() : PageRotation;
public: PageRotation AutoRotate();
Return Value
If the image contains enough capital letters of the Latin alphabet, this method returns none, upsideDown, left, or right.
If the image does not contain a sufficient number of good quality letters, then graphical features like lines are used.
If the most lines are horizontal, this method returns portrait. If the most lines are vertical, this method returns leftOrRight.
If neither sufficient letters or lines are present this, method returns unknown.
If the image does not contain a sufficient number of good quality letters, then graphical features like lines are used.
If the most lines are horizontal, this method returns portrait. If the most lines are vertical, this method returns leftOrRight.
If neither sufficient letters or lines are present this, method returns unknown.