Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SavePlanar Property








Gets a value indicating whether to save CMYK TIFF data as planar.
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;}
@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 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

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members
Handling CMYK Files as Separate Images

Error processing SSI file