VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomPageCollection Class / Remove(DicomPage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Remove(DicomPage) Method (DicomPageCollection)
    In This Topic
    Removes the first occurrence of a specific page from the collection.
    Syntax
    'Declaration
    
    Public Overrides Function Remove( _
    ByVal page
    The page to remove from the collection.
    As DicomPage _
    ) As Boolean
    public override bool Remove(
    DicomPage page
    )
    public: bool Remove(
    DicomPage* page
    ); override
    public:
    bool Remove(
    DicomPage^ page
    ); override

    Parameters

    page
    The page to remove from the collection.

    Return Value

    True if page was removed successfully; otherwise, false.
    Remarks

    This method is not implemented.

    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