←Select platform

DisableP3 Property

Summary

Enables or disables use of PIII optimized instructions when saving 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 PIII.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly