ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / Create Method / Create(ImagingFactory,FileStream,Guid,DecodeOptions) Method
The factory.
The filename.
The GUID vendor ref.
The metadata options.

In This Topic
    Create(ImagingFactory,FileStream,Guid,DecodeOptions) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a filestream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal fileStream As System.IO.FileStream, _
       ByVal guidVendorRef As System.Guid, _
       ByVal metadataOptions As DecodeOptions _
    ) As BitmapDecoder
    public static BitmapDecoder Create( 
       ImagingFactory factory,
       System.IO.FileStream fileStream,
       System.Guid guidVendorRef,
       DecodeOptions metadataOptions
    )

    Parameters

    factory
    The factory.
    fileStream
    The filename.
    guidVendorRef
    The GUID vendor ref.
    metadataOptions
    The metadata options.
    See Also