VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / PlanarConfiguration Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PlanarConfiguration Enumeration
    In This Topic
    Specifies available planar configurations for TIFF image.
    Syntax
    'Declaration
    
    Public Enum PlanarConfiguration
       Inherits System.Enum
    
    
    public enum PlanarConfiguration : System.Enum
    
    
    __value public enum PlanarConfiguration : public System.Enum
    
    
    public enum class PlanarConfiguration : public System.Enum
    
    
    Members
    MemberDescription
    ContigChunky format. The component values for each pixel are stored contiguously.
    PlanarPlanar format. The components are stored in separate "component planes".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Tiff.PlanarConfiguration

    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