VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebRenderingSettingsFactory Class / CreateRenderingSettings(VintasoftImage,WebRenderingSettings) Method
Syntax Requirements SeeAlso
In This Topic
CreateRenderingSettings(VintasoftImage,WebRenderingSettings) Method (WebRenderingSettingsFactory)
In This Topic
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
public static Vintasoft.Imaging.Codecs.Decoders.RenderingSettings CreateRenderingSettings(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Shared.Web.WebRenderingSettings webRenderingSettings
)

Parameters

image
Image.
webRenderingSettings
Web rendering settings.

Return Value

The rendering settings.
Requirements

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

See Also