LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

SavePlanar Property






Gets a value indicating whether to save CMYK TIFF data as planar. .NET support WinRT support Silverlight support
Syntax
public bool SavePlanar {get; set;}
'Declaration
 
Public Property SavePlanar As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.SavePlanar = value
 
value = instance.SavePlanar
public bool SavePlanar {get; set;}
 get_SavePlanar();
set_SavePlanar(value);
public:
property bool SavePlanar {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members
Handling CMYK Files as Separate Images

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.