'Declaration Public Overrides Function Remove( _
ByVal pageThe page to remove from the collection.As DicomPage _
) As Boolean
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.