ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearOrientation Structure
Members




In This Topic
    ImGearOrientation Structure
    In This Topic
    Specifies orientation of page or display.
    Object Model
    ImGearOrientation StructureImGearOrientation Structure
    Syntax
    'Declaration
     
    Public Structure ImGearOrientation 
       Inherits System.ValueType
       Implements IImGearOrientation 
    'Usage
     
    Dim instance As ImGearOrientation
    public struct ImGearOrientation : System.ValueType, IImGearOrientation  
    public __value struct ImGearOrientation : public System.ValueType, IImGearOrientation  
    public value class ImGearOrientation : public System.ValueType, IImGearOrientation  
    Remarks

    This structure defines the orientation of an image. It works on the image representation and thus allows you to flip and rotate an image without modification of its data (pixels).

    It is useful to manipulate the orientation of scanned black-and-white images. Since ImageGear stores such images using lossless compression, this may avoid significant expansion of memory usage while operating on these images.

    Some file formats support orientation natively and this allows you to save flipped or rotated images without loss of pixel data or file size enlargement when using compression.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Core.ImGearOrientation

    See Also