←Select platform

SavePlanar Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool SavePlanar { get; set; } 
Public Property SavePlanar As Boolean 
public bool SavePlanar {get; set;} 
@property (nonatomic, assign) BOOL savePlanar 
public boolean getSavePlanar() 
public void setSavePlanar(boolean value) 
             
 <br/>get_SavePlanar();<br/>set_SavePlanar(value);<br/>Object.defineProperty('SavePlanar');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly