Specifies how the components of each pixel are stored.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..TIFFPlanarConf TIFF_PlanarConf { get; set; }
Public Property TIFF_PlanarConf As IOParams..::..TIFFPlanarConf
	Get
	Set
public:
property IOParams..::..TIFFPlanarConf TIFF_PlanarConf {
	IOParams..::..TIFFPlanarConf get ();
	void set (IOParams..::..TIFFPlanarConf value);
}

See Also