VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebRenderingSettingsFactory Class / CreateRenderingSettings(VintasoftImage,WebRenderingSettings) Method
Syntax Requirements SeeAlso
    CreateRenderingSettings(VintasoftImage,WebRenderingSettings) Method (WebRenderingSettingsFactory)
    Creates the rendering settings for the specified image using information about web rendering settings.
    Syntax
    'Declaration
    
    Public Shared Function CreateRenderingSettings( _
    ByVal image
    Image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal webRenderingSettings
    Web rendering settings.
    As Vintasoft.Shared.Web.WebRenderingSettings _
    ) As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings
     

    Parameters

    image
    Image.
    webRenderingSettings
    Web rendering settings.

    Return Value

    The rendering settings.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also