ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPage Class / Orientation Field




In This Topic
Orientation Field
In This Topic
Specifies the image orientation attribute which allows for viewing the image flipped and/or rotated by a factor of 90 degrees.
Syntax
'Declaration
 
Public Orientation As IImGearOrientation
 
'Usage
 
Dim instance As ImGearPage
Dim value As IImGearOrientation
 
value = instance.Orientation
 
instance.Orientation = value

Field Value

Non-null reference to an instance of ImGearOrientation structure.
Remarks
This field defines the orientation of an ImGearPage instance. It works on the image representation and thus allows the manipulation of page orientation without modifying the pixel data.
See Also