VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentVisualEditor Class / CreatePictureData(Stream,VintasoftSize) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreatePictureData(Stream,VintasoftSize) Method (DocumentVisualEditor)
    In This Topic
    Creates the picture data by specified stream that contains image file.
    Syntax
    'Declaration
    
    Public Shared Function CreatePictureData( _
    ByVal imageStream
    The stream that contains image file.
    As System.IO.Stream, _
    ByRef imageSize
    The image size, measured in DIP.
    As Vintasoft.Primitives.VintasoftSize _
    ) As Vintasoft.Imaging.ImageData

    Parameters

    imageStream
    The stream that contains image file.
    imageSize
    The image size, measured in DIP.

    Return Value

    A new instance of ImageData class.
    Exceptions
    ExceptionDescription
    Thrown if imageStream is null.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also