ImageGear v26.3 - Updated
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
    public IImGearOrientation Orientation
    public: IImGearOrientation* Orientation
    public:
    IImGearOrientation^ Orientation

    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