←Select platform

PlanarConfiguration Property

Summary

Gets or sets a value indicating the desired planar configuration for the save process.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsPlanarConfiguration PlanarConfiguration { get; set; } 
Public Property PlanarConfiguration As CodecsPlanarConfiguration 
@property (nonatomic, assign) LTCodecsPlanarConfiguration planarConfiguration 
public CodecsPlanarConfiguration getPlanarConfiguration() 
public void setPlanarConfiguration(CodecsPlanarConfiguration value) 
public: 
property CodecsPlanarConfiguration PlanarConfiguration { 
   CodecsPlanarConfiguration get(); 
   void set (    CodecsPlanarConfiguration ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly