←Select platform

CalloutPoints Property

Summary

Gets the list of callout polyline points.

Syntax
C#
C++/CLI
Java
Python
public IList<PDFPoint> CalloutPoints {get;} 
public java.util.List<PDFPoint> getCalloutPoints(); 
public:  
   property IList<PDFPoint^>^ CalloutPoints 
   { 
      IList<PDFPoint^>^ get() 
   } 
CalloutPoints # get  (PDFTextAnnotation) 

Property Value

List of points to generate a callout polyline for this text annotation object. The default value is null, which means no callout polyline gets generated.

Remarks

To use a callout with a text annotation objects, set the value of CalloutPoints to a list of two or more points that represents the polyline of the shape desired.

Use CalloutLineStyle to set the line ending style of the callout polyline.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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