次の方法で共有


DocumentBarcode.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)

プロパティ値

適用対象