←Select platform

AutoFixImageResolution Property

Summary

Enables automatic resolution conversion of digital photos in LEADTOOLS.

Syntax
C#
VB
C++
public bool AutoFixImageResolution { get; set; } 
Public Property AutoFixImageResolution() As Boolean 
   Get 
   Set 
public:  
   property bool AutoFixImageResolution 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to automatically convert the resolution of digital photos in LEADTOOLS; false otherwise. 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.

Example

For an example, refer to AutoFixImageResolutionOptions.

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