TPDFCurrPoint defines a point.

 

Unit

HPDFDoc

 

type

   THPDFCurrPoint = record

       X: Extended;

       Y: Extended;

end;

 

Description:

The THPDFCurrPoint type defines a pixel location. X specifies the horizontal coordinate of the point, Y specifies the vertical coordinate.