Specifies the minimum resolution acceptable for digital photos.
public int MinResolution { get; set; }
Public Property MinResolution() As Integer
Get
Set
public:
property Int32 MinResolution
{
Int32 get()
void set(Int32 value)
}
The minimum resolution acceptable for digital photos. The default value is 96.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document