LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

IgnorePhotometricInterpretation Property






Enables or disables loading Flash-Pix files without the color transforms. .NET support WinRT support Silverlight support
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;}
 get_IgnorePhotometricInterpretation();
set_IgnorePhotometricInterpretation(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffLoadOptions Class
CodecsTiffLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.