Skip to main content

PdfLinkAnnotation.Region Property

Gets the region in which the annotation link should be activated.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfQuadrilateral> Region { get; }

Property Value

Type Description
IList<PdfQuadrilateral>

A list of PdfQuadrilateral objects that represent the coordinates of quadrilaterals in the default user space that comprises the region.

See Also