'Declaration Public Function FindImagesInPageSpace( _
ByVal pointInPageSpaceThe point in PDF page space.As System.Drawing.PointF _
) As Vintasoft.Imaging.Pdf.Content.PdfContentXObject[]
public Vintasoft.Imaging.Pdf.Content.PdfContentXObject[] FindImagesInPageSpace(
System.Drawing.PointF pointInPageSpace
)
public: Vintasoft.Imaging.Pdf.Content.PdfContentXObject*[] FindImagesInPageSpace(
System.Drawing.PointF pointInPageSpace
)
public:
Vintasoft.Imaging.Pdf.Content.PdfContentXObject^[] FindImagesInPageSpace(
System.Drawing.PointF pointInPageSpace
)
Parameters
- pointInPageSpace
- The point in PDF page space.
Return Value
The images, which are sorted from the topmost to the bottommost.