Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PlanarConfiguration Property (CodecsStartDecompressOptions)








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)
            
 <br/>get_PlanarConfiguration();<br/>set_PlanarConfiguration(value);<br/>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

Error processing SSI file