Click or drag to resize

PdfLinkAnnotationQuads Property

(Optional; PDF 1.6) An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space that comprise the region in which the link should be activated.

If this entry is not present or the conforming reader does not recognize it, the region specified by the Bounds entry should be used. Quads shall be ignored if any coordinate in the array lies outside the region specified by Bounds.


Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfOptionalCollection<PdfQuad> Quads { get; }

Property Value

PdfOptionalCollectionPdfQuad
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space that comprise the region in which the link should be activated.
See Also