Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsThumbnailOptions Structure : MaintainAspectRatio Property |
public bool MaintainAspectRatio {get; set;}
'Declaration
Public Property MaintainAspectRatio As Boolean
'Usage
Dim instance As CodecsThumbnailOptions Dim value As Boolean instance.MaintainAspectRatio = value value = instance.MaintainAspectRatio
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');
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.