VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToPaletteRequestParams Class / transparency Property
Syntax Remarks Requirements SeeAlso
In This Topic
    transparency Property (ChangePixelFormatToPaletteRequestParams)
    In This Topic
    Gets or sets a value indicating whether the transparency is used.
    Syntax
    'Declaration
    
    Public Property transparency As Boolean
    
    
    public bool transparency { get; set; }
    
    
    public: __property bool get_transparency();
    public: __property void set_transparency(
    bool value
    );
    public:
    property bool transparency { bool get(); void set(bool value); }

    Property Value

    True - command must use transparency; False - command must NOT use transparency.
    Default value is False.
    Remarks

    Value of this property has effect only if PixelFormat == Vintasoft.Imaging.PixelFormat.Indexed8.

    Requirements

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

    See Also