LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PlanarConfiguration Property (CodecsStartDecompressOptions)

Show in webframe







Gets or sets a value indicating the desired planar configuration for the save process.
Syntax
public CodecsPlanarConfiguration PlanarConfiguration {get; set;}
'Declaration
 
Public Property PlanarConfiguration As CodecsPlanarConfiguration
'Usage
 
Dim instance As CodecsStartDecompressOptions
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 desired planar configuration for the save process.
Remarks
This value is used only if Format is RasterImageFormat.RawPackBits.
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


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