DioDocs for PDF
Area プロパティ (TextMarkupAnnotation)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Annotations 名前空間 > TextMarkupAnnotation クラス : Area プロパティ
マークアップ領域を定義する GrapeCity.Documents.Common.Quadrilateral 構造体のリストを取得または設定します。点の座標は、ページのメディアボックスの左上隅を基準とし、Y (垂直) 座標は上から下に増加します。

メモ:注釈が複数のページに関連付けられる場合、それらのページの最初のメディアボックスを使用して座標が計算されます。

シンタックス
'宣言
 
Public Property Area As System.Collections.Generic.IReadOnlyList(Of Quadrilateral)
public System.Collections.Generic.IReadOnlyList<Quadrilateral> Area {get; set;}
参照

TextMarkupAnnotation クラス
TextMarkupAnnotation メンバ