VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfContentXObjectTool Class / RemoveXObjects(PdfContentXObject[]) Method
Syntax Requirements SeeAlso
In This Topic
    RemoveXObjects(PdfContentXObject[]) Method (PdfContentXObjectTool)
    In This Topic
    Removes the XObjects.
    Syntax
    'Declaration
    
    Public Function RemoveXObjects( _
    ByVal ParamArray xObjects
    The XObjects to remove.
    () As Vintasoft.Imaging.Pdf.Content.PdfContentXObject _
    ) As Boolean
    public:
    bool RemoveXObjects(
    ... array<Vintasoft.Imaging.Pdf.Content.PdfContentXObject^>^ xObjects
    )

    Parameters

    xObjects
    The XObjects to remove.

    Return Value

    True - XObjects is removed successfully; otherwise, false.
    Requirements

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

    See Also