Visual Basic (Declaration) | |
---|---|
Public Property UseNativeLoad As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadOptions Dim value As Boolean instance.UseNativeLoad = value value = instance.UseNativeLoad |
C# | |
---|---|
public bool UseNativeLoad {get; set;} |
Property Value
true to use the native image load capabilities of Silverlight; false otherwise.NOTE: This property is only supported in Silverlght 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 Leadtools.RasterMemoryFlags. For more information, see CodecsLoadOptions.UseWriteableBitmap.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)