Checks if the codec can read the specified file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend Overrides Function OnCheckForSupport ( _ stream As Stream _ ) As Boolean
Type: System.IO.Stream
The stream that contains the file to test.This method is called by the CheckForSupport(Stream) method and has a standard implementation that calls the IsSupported(Stream) method.
No need to implement this method directly. Implement the IsSupported(Stream) method instead.