←Select platform

DisableP3 Property

Summary
Enables or disables use of PIII optimized instructions when loading JPEG and LEAD CMP images.
Syntax
C#
VB
C++
Java
public bool DisableP3 {get; set;} 
Public Property DisableP3 As Boolean 
public boolean getDisableP3() 
public void setDisableP3(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.