←Select platform

SavePlanar Property

Summary

Gets a value indicating whether to save CMYK TIFF data as planar.

Syntax
C#
VB
Objective-C
C++
Java
public bool SavePlanar { get; set; } 
Public Property SavePlanar As Boolean 
@property (nonatomic, assign) BOOL savePlanar 
public boolean getSavePlanar() 
public void setSavePlanar(boolean value) 
public: 
property bool SavePlanar { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save CMYK TIFF data as planar; otherwise, false.

Remarks

This is for CMYK TIFF images. This property is ignored for other formats/colorspaces.

Example

For an example, refer to CodecsTiffOptions.

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