ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / JpegBitmapEncoder Class / Create Method / Create(ImagingFactory,Guid,Stream) Method
The factory.
The GUID vendor ref.
The output stream.

In This Topic
    Create(ImagingFactory,Guid,Stream) Method
    In This Topic
    Initializes a new instance of the JpegBitmapEncoder class.
    Syntax
    'Declaration
     
    Public Overloads Shared Shadows Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal guidVendorRef As System.Guid, _
       ByVal stream As System.IO.Stream _
    ) As JpegBitmapEncoder
    public new static JpegBitmapEncoder Create( 
       ImagingFactory factory,
       System.Guid guidVendorRef,
       System.IO.Stream stream
    )

    Parameters

    factory
    The factory.
    guidVendorRef
    The GUID vendor ref.
    stream
    The output stream.
    See Also