DioDocs for PDF
CalloutLine プロパティ

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Annotations 名前空間 > FreeTextAnnotation クラス : CalloutLine プロパティ
フリーテキスト注釈にアタッチされている引き出し線を指定する 2 つまたは 3 つの System.Drawing.PointF 構造体の配列を取得または設定します。3 つの点は、線の開始座標、ニー点、および終了座標を表します。2 つの点は、線の開始座標および終了座標を表します。座標は、ページのメディアボックスの左上隅を基準としたデフォルトのユーザー空間内にあり、Y (垂直) 座標は上から下に増加します。
シンタックス
'宣言
 
Public Property CalloutLine As System.Collections.Generic.IReadOnlyList(Of PointF)
public System.Collections.Generic.IReadOnlyList<PointF> CalloutLine {get; set;}
参照

FreeTextAnnotation クラス
FreeTextAnnotation メンバ