←Select platform

CalloutPoints Property

Summary

Gets the list of callout polyline points.

Syntax
C#
Java
public IList<PDFPoint> CalloutPoints {get;} 

public java.util.List<PDFPoint> getCalloutPoints(); 

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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

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