Visual Basic (Declaration) | |
---|---|
Public Property PlanarConfiguration As CodecsPlanarConfiguration |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CodecsPlanarConfiguration PlanarConfiguration {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property CodecsPlanarConfiguration get_PlanarConfiguration(); public: __property void set_PlanarConfiguration( CodecsPlanarConfiguration value ); |
C++/CLI | |
---|---|
public: property CodecsPlanarConfiguration PlanarConfiguration { CodecsPlanarConfiguration get(); void set (CodecsPlanarConfiguration value); } |
Return 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 |
For an example, refer to RasterCodecs.LoadInformation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family