 | PdfLinkQuadPoints Property |
Get the collection of quadrilaterals of the link annotation
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfQuadPointsCollection QuadPoints { get; }Public ReadOnly Property QuadPoints As PdfQuadPointsCollection
Get
public:
property PdfQuadPointsCollection^ QuadPoints {
PdfQuadPointsCollection^ get ();
}member QuadPoints : PdfQuadPointsCollection with get
/** @property */
public PdfQuadPointsCollection get_QuadPoints()
function get_QuadPoints();
Property Value
PdfQuadPointsCollection
See Also