←Select platform

MaximumImageConversionHeight Property

Summary

Gets or sets the maximum image height value for coverting RasterImage to Android Bitmap.

Syntax

C#
VB
Java
public int MaximumImageConversionHeight {get; set;} 
Public Property MaximumImageConversionHeight As Integer 
public int getMaximumImageConversionHeight() 
public void setMaximumImageConversionHeight(int height) 
             

Property Value

The maximum height for converting RasterImage to Android Bitmap.

Remarks

Setting a value of 0 will use the source's image width. However, the default is set to 1500.

Requirements

Target Platforms

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

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)