Share via


DocumentBarcode.Polygon Property

Definition

Bounding polygon of the barcode, with coordinates specified relative to the top-left of the page. The numbers represent the x, y values of the polygon vertices, clockwise from the left (-180 degrees inclusive) relative to the element orientation.

public System.Collections.Generic.IReadOnlyList<float> Polygon { get; }
member this.Polygon : System.Collections.Generic.IReadOnlyList<single>
Public ReadOnly Property Polygon As IReadOnlyList(Of Single)

Property Value

Applies to