←Select platform

DisableMmx Property (CodecsJpegSaveOptions)

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) 
             
  
get_DisableMmx(); 
set_DisableMmx(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize