supportsLineEndings Property

Summary

Indicates whether AnnPolylineObject supports line ending styles.

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

Property Value

true

if this AnnPolylineObject supports line ending styles; otherwise, false. The default value is true, if the object is not closed. If the object is closed, then the default value is false.
Remarks

Derived ending styles must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime.

For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.