Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Transparency Property

In This Topic
    Transparency Property (ImageData)
    In This Topic
    Gets or sets the degree of transparency of the image as a value between 0 (opaque) and 1 (clear).

    Allowed values are from 0 to 1, inclusive.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property Transparency As System.Single
    public System.float Transparency {get; set;}
    See Also