Skip to main content
All docs
V25.2
  • PdfQuadrilateral.Vertices Property

    Retrieves the PdfQuadrilateral object’s vertices.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.2.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public IReadOnlyCollection<PdfPoint> Vertices { get; }

    Property Value

    Type Description
    IReadOnlyCollection<PdfPoint>

    A list of vertices (starting from top left).

    See Also