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