Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
SavePlanar Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffSaveOptions Class : SavePlanar Property




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

Syntax

Visual Basic (Declaration) 
Public Property SavePlanar As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.SavePlanar = value
 
value = instance.SavePlanar
C# 
public bool SavePlanar {get; set;}
Managed Extensions for C++ 
public: __property bool get_SavePlanar();
public: __property void set_SavePlanar( 
   bool value
);
C++/CLI 
public:
property bool SavePlanar {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to CodecsTiffOptions.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also