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