←Select platform

MinResolution Property

Summary

Specifies the minimum resolution acceptable for digital photos.

Syntax
C#
VB
C++
public int MinResolution { get; set; } 
Public Property MinResolution() As Integer 
   Get 
   Set 
public:  
   property Int32 MinResolution 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The minimum resolution acceptable for digital photos. The default value is 96.

Remarks

This is the setting that determines whether an image originated as a digital photo. Any photo or image with a resolution less than MinResolution will be automatically converted. Images with a resolution equal to or greater than this value will not be converted.

Most digital cameras seem to set the resolution to 72, so 96 is a good value for MinResolution. The default value is 96, which means "automatically convert the resolution in images with XResolution < 96 and YResolution < 96".

Setting MinResolution to 0 means that no images or photos will have their resolution converted.

For more information, refer to AutoFixImageResolutionOptions.

Example

For an example, refer to AutoFixImageResolutionOptions.

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 Assembly

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