←Select platform

IgnoreAdobeColorTransform Property

Summary

Ignore the Adobe marker containing color transformations.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IgnoreAdobeColorTransform {get; set;} 
Public Property IgnoreAdobeColorTransform As Boolean 
public bool IgnoreAdobeColorTransform {get; set;} 
@property (nonatomic, assign) BOOL ignoreAdobeColorTransform 
public boolean getIgnoreAdobeColorTransform() 
public void setIgnoreAdobeColorTransform(boolean value) 
             
 <br/>get_IgnoreAdobeColorTransform();<br/>set_IgnoreAdobeColorTransform(value);<br/>Object.defineProperty('IgnoreAdobeColorTransform');  
public: 
property bool IgnoreAdobeColorTransform { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to ignore the Adobe marker, false to use it.

Remarks

Set this property to True load corrupt files with wrong APPE marker which have incorrect colors.

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