Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IgnorePhotometricInterpretation Property








Enables or disables loading Flash-Pix files without the color transforms.
Syntax
public bool IgnorePhotometricInterpretation {get; set;}
'Declaration
 
Public Property IgnorePhotometricInterpretation As Boolean
'Usage
 
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
 
instance.IgnorePhotometricInterpretation = value
 
value = instance.IgnorePhotometricInterpretation
public bool IgnorePhotometricInterpretation {get; set;}
@property (nonatomic, assign) BOOL ignorePhotometricInterpretation
public boolean getIgnorePhotometricInterpretation()
public void setIgnorePhotometricInterpretation(boolean value)
            
 <br/>get_IgnorePhotometricInterpretation();<br/>set_IgnorePhotometricInterpretation(value);<br/>Object.defineProperty('IgnorePhotometricInterpretation'); 
public:
property bool IgnorePhotometricInterpretation {
   bool get();
   void set (    bool value);
}

Property Value

true to ignore the color transforms.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

Error processing SSI file