DioDocs for PDF
PdfCalloutLine プロパティ

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

FreeTextAnnotation クラス
FreeTextAnnotation メンバ