Enables or disables loading Flash-Pix files without the color transforms.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IgnorePhotometricInterpretation As Boolean |
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; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also