Skip to main content
All docs
V26.1
  • LinkAnnotation(IEnumerable<OrientedRectangle>) Constructor

    Initializes a new instance of the LinkAnnotation class with the specified oriented rectangles.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public LinkAnnotation(
        IEnumerable<OrientedRectangle> rectangles
    )

    Parameters

    Name Type Description
    rectangles IEnumerable<OrientedRectangle>

    A collection of oriented rectangles that define the link annotation.

    See Also