Enables or disables loading Flash-Pix files without the color transforms.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property IgnorePhotometricInterpretation As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CodecsTiffLoadOptions
Dim value As Boolean
instance.IgnorePhotometricInterpretation = value
value = instance.IgnorePhotometricInterpretation
|
| C# | |
|---|
public bool IgnorePhotometricInterpretation {get; set;} |
| C++/CLI | |
|---|
public:
property bool IgnorePhotometricInterpretation {
bool get();
void set (bool value);
} |
Return Value
true to ignore the color transforms.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also