Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
DisableMmx Property
See Also 
Leadtools.Codecs Namespace > CodecsJpegOptions.CodecsJpegLoadOptions Class : DisableMmx Property



Enables or disables use of MMX optimized instructions when loading JPEG and LEAD CMP images.

Syntax

Visual Basic (Declaration) 
Public Property DisableMmx As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions.CodecsJpegLoadOptions
Dim value As Boolean
 
instance.DisableMmx = value
 
value = instance.DisableMmx
C# 
public bool DisableMmx {get; set;}
C++/CLI 
public:
property bool DisableMmx {
   bool get();
   void set (bool value);
}

Return Value

true to disable MMX, false to enable it.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also