VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfFormXObjectResource Class / RemoveXObjects(Boolean,Boolean,Boolean,RectangleF[]) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    RemoveXObjects(Boolean,Boolean,Boolean,RectangleF[]) Method (PdfFormXObjectResource)
    In This Topic
    Removes XObjects from region of this form.
    Syntax
    'Declaration
    
    Public Sub RemoveXObjects( _
    ByVal processInnerForms
    A value indicating whether all XObjects must be removed from inner forms of PDF page.
    As Boolean, _
    ByVal removeForms
    A value indicating whether all forms (form XObjects) must be removed.
    As Boolean, _
    ByVal removeImages
    A value indicating whether all images (image XObjects) must be removed.
    As Boolean, _
    ByVal ParamArray rects
    An array of rectangles, in PDF page space (user units), which defines form region, where XObjects must be removed.
    () As System.Drawing.RectangleF _
    )

    Parameters

    processInnerForms
    A value indicating whether all XObjects must be removed from inner forms of PDF page.
    removeForms
    A value indicating whether all forms (form XObjects) must be removed.
    removeImages
    A value indicating whether all images (image XObjects) must be removed.
    rects
    An array of rectangles, in PDF page space (user units), which defines form region, where XObjects must be removed.
    Remarks

    XObject will be removed from form if XObject completely contains in specified region.

    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