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
Parameters
| Name | Type | Description |
|---|---|---|
| rectangles | IEnumerable<OrientedRectangle> | A collection of oriented rectangles that define the link annotation. |
See Also