←Select platform

DisableMmx Property

Summary

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

Syntax
C#
VB
C++
Java
public bool DisableMmx { get; set; } 
Public Property DisableMmx As Boolean 
public boolean getDisableMmx() 
public void setDisableMmx(boolean value) 
public: 
property bool DisableMmx { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable MMX, false to enable MMX.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly