←Select platform

AutoFixImageResolution Property

Summary

Enables automatic resolution conversion of digital photos in LEADTOOLS.

Syntax
C#
Objective-C
C++/CLI
Python
public bool AutoFixImageResolution { get; set; } 
@property (nonatomic, assign) BOOL autoFixImageResolution; 
public:  
   property bool AutoFixImageResolution 
   { 
      bool get() 
      void set(bool value) 
   } 
AutoFixImageResolution # get and set (CodecsLoadOptions) 

Property Value

Value Description
true To enable automatic resolution conversion of digital images in LEADTOOLS.
false To prevent automatic resolution conversion of digital images in LEADTOOLS. The default value is false.
Remarks

When the value of this property is true, the RasterCodecs load method will automatically perform resolution conversion of digital photos.

For more information, refer to AutoFixImageResolutionOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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