VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property string* get_transparentColor();
    public: __property void set_transparentColor(
    string* value
    );
    public:
    property string^ transparentColor { string^ get(); void set(string^ value); }

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also