picture Property

Summary

Gets or sets the AnnPicture object associated with this AnnStampObject.

Syntax

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

Property Value

Remarks

If this property has a valid image, the AnnStampObject will use the image to fill its area.

For more information, refer to Using Pictures in Annotation Objects.

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