←Select platform

ForceCieLab Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ForceCieLab {get; set;} 
Public Property ForceCieLab As Boolean 
public bool ForceCieLab {get; set;} 
@property (nonatomic, assign) BOOL forceCieLab 
public boolean getForceCieLab() 
public void setForceCieLab(boolean value) 
             
 <br/>get_ForceCieLab();<br/>set_ForceCieLab(value);<br/>Object.defineProperty('ForceCieLab');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly