Share via


DocumentFormula.BoundingPolygon プロパティ

定義

この数式の内容のアウトラインを示す多角形。 座標はページの左上に対して指定され、ポイントは単語の向きを基準にして左から時計回りに並べ替えられます。 単位は画像の場合はピクセル単位、PDF の場合はインチ単位です。 認識されたページの種類は DocumentPageLengthUnit 、 にあります Unit

public System.Collections.Generic.IReadOnlyList<System.Drawing.PointF> BoundingPolygon { get; }
member this.BoundingPolygon : System.Collections.Generic.IReadOnlyList<System.Drawing.PointF>
Public ReadOnly Property BoundingPolygon As IReadOnlyList(Of PointF)

プロパティ値

適用対象