LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PlanarConfiguration Property (CodecsLoadInformationEventArgs)

Show in webframe







Gets or sets the planar configuration.
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;}
@property (nonatomic, assign) LTCodecsPlanarConfiguration planarConfiguration;
public CodecsPlanarConfiguration getPlanarConfiguration()
public void setPlanarConfiguration(CodecsPlanarConfiguration value)
             
 
get_PlanarConfiguration();
set_PlanarConfiguration(value);
Object.defineProperty('PlanarConfiguration');
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

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.