Forces the loading of lossless JPEG files that contain incorrect predictors.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UseBadJpegPredictor As Boolean |
C# | |
---|
public bool UseBadJpegPredictor {get; set;} |
C++/CLI | |
---|
public:
property bool UseBadJpegPredictor {
bool get();
void set (bool value);
} |
Return Value
true to force the loading of lossless JPEG files that contain incorrect predictors.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also