次の方法で共有


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

プロパティ値

適用対象