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

Show in webframe

PlanarConfiguration Property (CodecsLoadInformationEventArgs)








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

Error processing SSI file