supportsContent Property

Summary

Indicates if this object supports content.

Syntax

JavaScript Syntax
Object.defineProperty(AnnSelectionObject.prototype, 'supportsContent', 
	get: function() 
) 
TypeScript Syntax
supportsContent: boolean; // read-only 

Property Value

true if this AnnObject supports content, otherwise, false. Default value is false.

Remarks

When an object supports content, the RenderContent method of the IAnnObjectRenderer for this object type will be called to render the content. This is performed by default by rendering ContentPicture if it is not null at the center of the object boundary.

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