←Select platform

MaximumImageConversionWidth Property

Summary

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

Syntax

C#
VB
Java
public int MaximumImageConversionWidth {get; set;} 
Public Property MaximumImageConversionWidth As Integer 
public int getMaximumImageConversionWidth() 
public void setMaximumImageConversionWidth(int width) 
             

Property Value

The maximum width 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)