←Select platform

CalloutLineStyle Property

Summary

Style of the end point for the callout line of this object.

Syntax
C#
C++/CLI
Java
Python
public string CalloutLineStyle {get; set;} 
public String getCalloutLineStyle(); 
public void setCalloutLineStyle( 
   java.lang.String string 
); 
public:  
   property String^ CalloutLineStyle 
   { 
      String^ get() 
      void set(String^ value) 
   } 
CalloutLineStyle # get and set (PDFTextAnnotation) 

Property Value

Style of the end point for the callout line of this object. The default value is null, which means the callout line does not have a style specified.

Remarks

Set this value to any of the LineEndingStyle constants, such as LineEndingsStyleSquare or LineEndingsStyleOpenArrow.

The default value of null is the equivalent of setting the value of this property to LineEndingsStyleNone.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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