AnnLoadPictureEventArgs Object

Summary

Event data for the AnnRenderingEngine.LoadPicture event.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly