VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / OverlayRequestParams Class / transparentColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
transparentColor Property (OverlayRequestParams)
In This Topic
Gets or sets the color which must be used as transparent color.
Syntax
'Declaration

Public Property transparentColor As String

public string transparentColor { get; set; }

Property Value

Default value is "Transparent".
Remarks

Value of this property has effect only if transparency and hasTransparentColor are set to true and source image is 24- or 32-bpp image.

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