Gets or sets a value which indicates whether the aspect ratio of the image should be maintained when creating the thumbnail.
public bool MaintainAspectRatio { get; set; }
Public Property MaintainAspectRatio As Boolean
@property (nonatomic, assign) BOOL maintainAspect
public boolean getMaintainAspectRatio()
public void setMaintainAspectRatio(boolean value)
true to indicates that the aspect ratio of the image should be maintained when creating the thumbnail; false, otherwise.
When set to true, the generated thumbnail's width and height will not match both Width and Height if the original aspect ratio was not 1:1.
If you desire the thumbnail be generated with exactly the requested width and height while still maintaining the aspect ratio of the actual image, set both MaintainAspectRatio and ForceSize to true.
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