picture Property

Summary

Gets the loaded picture object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnLoadPictureEventArgs.prototype, 'picture', 
	get: function() 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly