Skip to main content
All docs
V26.1
  • LinkAnnotation(OrientedRectangle[]) Constructor

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

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public LinkAnnotation(
        params OrientedRectangle[] rectangles
    )

    Parameters

    Name Type Description
    rectangles OrientedRectangle[]

    An array of oriented rectangles that define the link annotation.

    See Also