Leadtools.Codecs Namespace > CodecsLoadInformationEventArgs Class : PlanarConfiguration Property |
public CodecsPlanarConfiguration PlanarConfiguration {get; set;}
'Declaration Public Property PlanarConfiguration As CodecsPlanarConfiguration
'Usage Dim instance As CodecsLoadInformationEventArgs Dim value As CodecsPlanarConfiguration instance.PlanarConfiguration = value value = instance.PlanarConfiguration
public CodecsPlanarConfiguration PlanarConfiguration {get; set;}
get_PlanarConfiguration();
set_PlanarConfiguration(value);
public: property CodecsPlanarConfiguration PlanarConfiguration { CodecsPlanarConfiguration get(); void set ( CodecsPlanarConfiguration 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 |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2