Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also