'Declaration Public Function FindImages( _
ByVal pointThe point in coordinate space of PDF page/form/annotation.As System.Drawing.PointF _
) As PdfContentXObject[]
public PdfContentXObject[] FindImages(
System.Drawing.PointF point
)
public: PdfContentXObject*[] FindImages(
System.Drawing.PointF point
)
public:
PdfContentXObject^[] FindImages(
System.Drawing.PointF point
)
Parameters
- point
- The point in coordinate space of PDF page/form/annotation.
Return Value
An array of PdfContentXObject, which represent the image-resources.