Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / GcSkiaImage Constructor / GcSkiaImage Constructor(Stream)
The source stream. JPEG, PNG and WEBP formats are supported.

In This Topic
    GcSkiaImage Constructor(Stream)
    In This Topic
    Initializes a new instance of the GcSkiaImage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream _
    )
    public GcSkiaImage( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The source stream. JPEG, PNG and WEBP formats are supported.
    See Also