←Select platform

IgnoreAdobeColorTransform Property

Summary

Ignore the Adobe marker containing color transformations.

Syntax
C#
VB
Objective-C
C++
Java
public bool IgnoreAdobeColorTransform { get; set; } 
Public Property IgnoreAdobeColorTransform As Boolean 
@property (nonatomic, assign) BOOL ignoreAdobeColorTransform 
public boolean getIgnoreAdobeColorTransform() 
public void setIgnoreAdobeColorTransform(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly