←Select platform

SupportsLineEndings Property

Summary

Indicates whether this object supports line ending styles.

Syntax
C#
VB
C++
public virtual bool SupportsLineEndings { get; } 
Public Overridable ReadOnly Property SupportsLineEndings() As Boolean 
   Get 
public:  
   virtual property bool SupportsLineEndings 
   { 
      bool get() 
   } 

Property Value

true if this AnnPolylineObject supports line ending styles; otherwise, false. Default value is true unless this object is not closed. If it is closed then the default 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly