←Select platform

ForceCieLab Property

Summary

Forces the load process to expect CIELAB colorspace data in the file.

Syntax
C#
VB
Objective-C
C++
Java
public bool ForceCieLab {get; set;} 
Public Property ForceCieLab As Boolean 
@property (nonatomic, assign) BOOL forceCieLab 
public boolean getForceCieLab() 
public void setForceCieLab(boolean value) 
public: 
property bool ForceCieLab { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to force the load process to expect CIELAB colorspace data in the file.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly