Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PlanarConfiguration Property
See Also 
Leadtools.Codecs Namespace > CodecsLoadInformationEventArgs Class : PlanarConfiguration Property



Gets or sets the planar configuration.

Syntax

Visual Basic (Declaration) 
Public Property PlanarConfiguration As CodecsPlanarConfiguration
Visual Basic (Usage)Copy Code
Dim instance As CodecsLoadInformationEventArgs
Dim value As CodecsPlanarConfiguration
 
instance.PlanarConfiguration = value
 
value = instance.PlanarConfiguration
C# 
public CodecsPlanarConfiguration PlanarConfiguration {get; set;}
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

ValueMeaning
CodecsPlanarConfiguration.ChunkyChunky
CodecsPlanarConfiguration.PlanarFormatPlanar format

Example

For an example, refer to RasterCodecs.LoadInformation.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also