←Select platform

IgnorePhotometricInterpretation Property

Summary

Enables or disables loading Flash-Pix files without the color transforms.

Syntax
C#
VB
Objective-C
C++
Java
public bool IgnorePhotometricInterpretation { get; set; } 
Public Property IgnorePhotometricInterpretation As Boolean 
@property (nonatomic, assign) BOOL ignorePhotometricInterpretation 
public boolean getIgnorePhotometricInterpretation() 
public void setIgnorePhotometricInterpretation(boolean value) 
public: 
property bool IgnorePhotometricInterpretation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to ignore the color transforms.

Example

For an example, refer to CodecsTiffOptions.

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