'Declaration Public Function FindFormsInViewerSpace( _
ByVal pointInViewerSpaceThe point in viewer space.As System.Drawing.PointF _
) As Vintasoft.Imaging.Pdf.Content.PdfContentXObject[]
public Vintasoft.Imaging.Pdf.Content.PdfContentXObject[] FindFormsInViewerSpace(
System.Drawing.PointF pointInViewerSpace
)
public: Vintasoft.Imaging.Pdf.Content.PdfContentXObject*[] FindFormsInViewerSpace(
System.Drawing.PointF pointInViewerSpace
)
public:
Vintasoft.Imaging.Pdf.Content.PdfContentXObject^[] FindFormsInViewerSpace(
System.Drawing.PointF pointInViewerSpace
)
Parameters
- pointInViewerSpace
- The point in viewer space.
Return Value
The forms, which are sorted from the topmost to the bottommost.