Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / Opaque Property

In This Topic
    Opaque Property (GcBitmap)
    In This Topic
    Gets or sets a value indicating whether the alpha channel of the image should be ignored.
    Syntax
    'Declaration
     
    Public Property Opaque As System.Boolean
    public System.bool Opaque {get; set;}
    See Also