VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentXObjectEditor Class / FindImages(PointF) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    FindImages(PointF) Method (PdfContentXObjectEditor)
    In This Topic
    Finds all image-resources in PDF page/form/annotation.
    Syntax
    'Declaration
    
    Public Function FindImages( _
    ByVal point
    The point in coordinate space of PDF page/form/annotation.
    As System.Drawing.PointF _
    ) As PdfContentXObject[]
    public PdfContentXObject[] FindImages(
    System.Drawing.PointF point
    )
    public: PdfContentXObject*[] FindImages(
    System.Drawing.PointF point
    )
    public:
    PdfContentXObject^[] FindImages(
    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 image-resources.
    Remarks

    The image-resources will be sorted from the topmost to the lowest element.

    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