VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentGraphicsFigureEditor Class / Remove Methods / Remove(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Remove(Int32) Method (PdfContentGraphicsFigureEditor)
    In This Topic
    Removes the content stream graphics figure at specified index.
    Syntax
    'Declaration
    
    Public Overloads Sub Remove( _
    ByVal graphicsFigureIndex
    Index of figure to remove.
    As System.Int32 _
    )
    public void Remove(
    System.Int32 graphicsFigureIndex
    )
    public: void Remove(
    System.Int32 graphicsFigureIndex
    )
    public:
    void Remove(
    System.Int32 graphicsFigureIndex
    )

    Parameters

    graphicsFigureIndex
    Index of figure to remove.
    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