ImageGear .NET
ImGearTIFFPlanarConfig Enumeration




Represents TIFF planar configurations.
Syntax
'Declaration
 
Public Enum ImGearTIFFPlanarConfig 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearTIFFPlanarConfig
public enum ImGearTIFFPlanarConfig : System.Enum 
__value public enum ImGearTIFFPlanarConfig : public System.Enum 
public enum class ImGearTIFFPlanarConfig : public System.Enum 
Members
MemberValueDescription
Chunky1Chunky format. The component values for each pixel are stored contiguously.
Planar2Planar 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback