'Declaration Public Overloads Function FindXObjects( _
ByVal pointThe point in coordinate space of PDF page/form/annotation.As System.Drawing.PointF _
) As PdfContentXObject[]
public PdfContentXObject[] FindXObjects(
System.Drawing.PointF point
)
public: PdfContentXObject*[] FindXObjects(
System.Drawing.PointF point
)
public:
PdfContentXObject^[] FindXObjects(
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 XObjects.