←Select platform

UseNativeLoad Property

Summary

Indicates whether to use the native image load capabilities of Silverlight.

Syntax

C#
VB
Java
WinRT C#
C++
public bool UseNativeLoad { get; set; } 
Public Property UseNativeLoad As Boolean 
public bool UseNativeLoad {get; set;} 
public boolean getUseNativeLoad() 
public void setUseNativeLoad(boolean value) 
             
 <br/>get_UseNativeLoad();<br/>set_UseNativeLoad(value);<br/>Object.defineProperty('UseNativeLoad');  
public: 
property bool UseNativeLoad { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the native image load capabilities of Silverlight; false otherwise.

Remarks

NOTE: This property is only supported in Silverlight versions of LEADTOOLS.

When using this property, if the input image is of a format that is supported natively by Silverlight, then LEADTOOLS will use the native image load capabilities to decode the data.

Setting this property to true will speed up image load times for natively supported file formats.

If the input file is not a format natively supported by Silverlight, then the LEADTOOLS codecs will decode the file.

When this property is true and the file is a format natively supported by Silverlight, the resulting image data will be stored in a Silverlight WriteableBitmap. For more information, see CodecsLoadOptions.UseWriteableBitmap and RasterImage.IsGlobalMemory.

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