VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content.ImageExtraction Namespace / ImageExtractor Class / FindImage(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    FindImage(PointF) Method (ImageExtractor)
    In This Topic
    Finds the image at specified point.
    Syntax
    'Declaration
    
    Public Function FindImage( _
    ByVal point
    The System.Drawing.PointF for image search.
    As System.Drawing.PointF _
    ) As ContentImage
    public ContentImage FindImage(
    System.Drawing.PointF point
    )
    public: ContentImage* FindImage(
    System.Drawing.PointF point
    )
    public:
    ContentImage^ FindImage(
    System.Drawing.PointF point
    )

    Parameters

    point
    The System.Drawing.PointF for image search.

    Return Value

    ContentImage object if the page contains image at specified point; otherwise null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also