←Select platform

MaintainAspectRatio Property

Summary

Gets or sets a value which indicates whether the aspect ratio of the image should be maintained when creating the thumbnail.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool MaintainAspectRatio { get; set; } 
Public Property MaintainAspectRatio As Boolean 
public bool MaintainAspectRatio {get; set;} 
@property (nonatomic, assign) BOOL maintainAspect 
public boolean getMaintainAspectRatio() 
public void setMaintainAspectRatio(boolean value) 
             
 <br/>get_MaintainAspectRatio();<br/>set_MaintainAspectRatio(value);<br/>Object.defineProperty('MaintainAspectRatio');  
public: 
property bool MaintainAspectRatio { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to indicates that the aspect ratio of the image should be maintained when creating the thumbnail; false, otherwise.

Remarks

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.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly