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

    The XObjects 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