←Select platform

PlanarConfiguration Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsPlanarConfiguration PlanarConfiguration { get; set; } 
Public Property PlanarConfiguration As Leadtools.Codecs.CodecsPlanarConfiguration 
public Leadtools.Codecs.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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly