VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ImageSide Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ImageSide Enumeration
    In This Topic
    Specifies available image sides, which must be taken into account during image processing.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum ImageSide
       Inherits System.Enum
    
    
    [Flags()]
    public enum ImageSide : System.Enum
    
    
    [Flags()]
    __value public enum ImageSide : public System.Enum
    
    
    [Flags()]
    public enum class ImageSide : public System.Enum
    
    
    Members
    MemberDescription
    NoneSides of the image must NOT be taken into account during image processing.
    LeftOnly left side of the image must be taken into account during image processing.
    RightOnly right side of the image must be taken into account during image processing.
    TopOnly top side of the image must be taken into account during image processing.
    BottomOnly bottom side of the image must be taken into account during image processing.
    AllAll sides of the image must be taken into account during image processing.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.ImageSide

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also