←Select platform

DisableP3 Property (CodecsJpegLoadOptions)

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool DisableP3 {get; set;} 
Public Property DisableP3 As Boolean 
public bool DisableP3 {get; set;} 
public boolean getDisableP3() 
public void setDisableP3(boolean value) 
             
  
get_DisableP3(); 
set_DisableP3(value); 
Object.defineProperty('DisableP3');  
public: 
property bool DisableP3 { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable PIII, false to enable it.

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