←Select platform

DisableMmx Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool DisableMmx { get; set; } 
Public Property DisableMmx As Boolean 
public bool DisableMmx {get; set;} 
public boolean getDisableMmx() 
public void setDisableMmx(boolean value) 
             
 <br/>get_DisableMmx();<br/>set_DisableMmx(value);<br/>Object.defineProperty('DisableMmx');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly