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.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfOptionalCollection<PdfQuad> Quads { get; }Public ReadOnly Property Quads As PdfOptionalCollection(Of PdfQuad)
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