C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the planar configuration.
public CodecsPlanarConfiguration PlanarConfiguration { get; set; } Public Property PlanarConfiguration As Leadtools.Codecs.CodecsPlanarConfiguration public Leadtools.Codecs.CodecsPlanarConfiguration PlanarConfiguration {get; set;} @property (nonatomic, assign) LTCodecsPlanarConfiguration planarConfiguration public CodecsPlanarConfiguration getPlanarConfiguration()public void setPlanarConfiguration(CodecsPlanarConfiguration value)
 <br/>get_PlanarConfiguration();<br/>set_PlanarConfiguration(value);<br/>Object.defineProperty('PlanarConfiguration');  public:property Leadtools.Codecs.CodecsPlanarConfiguration PlanarConfiguration {Leadtools.Codecs.CodecsPlanarConfiguration get();void set ( Leadtools.Codecs.CodecsPlanarConfiguration );}
The planar configuration. This value is used only if Format is RasterImageFormat.RawPackBits. Otherwise, it is ignored. Possible values are
| Value | Meaning | 
|---|---|
| CodecsPlanarConfiguration.Chunky | Chunky | 
| CodecsPlanarConfiguration.PlanarFormat | Planar format | 
For an example, refer to RasterCodecs.LoadInformation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
