C#
VB
Java
Objective-C
WinRT C#
C++
Gets a value indicating whether to save CMYK TIFF data as planar.
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');
true to save CMYK TIFF data as planar; otherwise, false.
This is for CMYK TIFF images. This property is ignored for other formats/colorspaces.
For an example, refer to CodecsTiffOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET