picture Property

Summary

Gets the loaded picture object.

Syntax

JavaScript Syntax
Object.defineProperty(AnnLoadPictureEventArgs.prototype, 'picture', 
	get: function() 
) 
TypeScript Syntax
picture: AnnPicture; // read-only 

Property Value

The loaded picture object.

Remarks

The value of Source is the URL to image that just finished loading

Example

For an example, refer to AnnRenderingEngine.LoadPicture.

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.Annotations.Core Assembly