GetImageInfoResult.HasTransparency Property

Definition

True if the image contains transparency, otherwise false

[System.Text.Json.Serialization.JsonPropertyName("HasTransparency")]
public bool? HasTransparency { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("HasTransparency")>]
member this.HasTransparency : Nullable<bool> with get, set
Public Property HasTransparency As Nullable(Of Boolean)

Property Value

Attributes

Applies to