ImageGear .NET - Updated March 30, 2018
ImGearTIFFPlanarConfig Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFPlanarConfig Enumeration
Represents TIFF planar configurations.
Syntax
'Declaration
 
Public Enum ImGearTIFFPlanarConfig 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFPlanarConfig
Members
MemberDescription
ChunkyChunky 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
         ImageGear.Formats.TIF.ImGearTIFFPlanarConfig

See Also

Reference

ImageGear.Formats.TIF Namespace