LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

PlanarConfiguration Property (CodecsLoadInformationEventArgs)






Gets or sets the planar configuration. .NET support WinRT support Silverlight support
Syntax
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);
}

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: 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

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.