pictureData Property

Summary

Gets or sets the data of this AnnPicture object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnPicture.prototype, 'pictureData', 
	get: function(), 
	set: function(value) 
) 
pictureData: string; 

Property Value

The data of this AnnPicture object.

Remarks

pictureData is PNG data formatted as a base 64 string. Refer to Using Pictures in Annotation Objects for more information and an example.

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