AnnLoadPictureEventArgs Object

Summary

Event data for the AnnRenderingEngine.LoadPicture event.

Syntax
TypeScript
JavaScript
function lt.Annotations.Engine.AnnLoadPictureEventArgs 
	extends System.EventArgs 
class lt.Annotations.Engine.AnnLoadPictureEventArgs() 
	extends LeadEventArgs 

Remarks

The members of this class is populated as follows when the AnnRenderingEngine.LoadPicture event occur:

Member Description

Picture

The loaded picture object. The value of Source is the URL to image that just finished loading

AnnObject

The owner AnnObject object

Container

The owner container

Error

Contains null if the was loaded successfully; otherwise, this will contain the error information

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