←Select platform

DisableP3 Property

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) 
             
 <br/>get_DisableP3();<br/>set_DisableP3(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly