Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfLinkAnnotation.Region Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

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