Forces the loading of lossless JPEG files that contain incorrect predictors.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UseBadJpegPredictor As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
instance.UseBadJpegPredictor = value
value = instance.UseBadJpegPredictor |
C# | |
---|
public bool UseBadJpegPredictor {get; set;} |
C++/CLI | |
---|
public:
property bool UseBadJpegPredictor {
bool get();
void set ( bool value);
} |
Property Value
true to force the loading of lossless JPEG files that contain incorrect predictors.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also