←Select platform

PlanarConfiguration Property

Summary
Gets or sets the planar configuration.
Syntax
C#
VB
Objective-C
C++
Java
public CodecsPlanarConfiguration PlanarConfiguration { get; set; } 
Public Property PlanarConfiguration As CodecsPlanarConfiguration 
@property (nonatomic, assign) LTCodecsPlanarConfiguration planarConfiguration 
public CodecsPlanarConfiguration getPlanarConfiguration() 
public void setPlanarConfiguration(CodecsPlanarConfiguration value) 
public: 
property CodecsPlanarConfiguration PlanarConfiguration { 
   CodecsPlanarConfiguration get(); 
   void set (    CodecsPlanarConfiguration ); 
} 

Property Value

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
Example

For an example, refer to RasterCodecs.LoadInformation.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.