ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / BitmapEncoderOptions Class / InterleavedAlpha Property

In This Topic
    InterleavedAlpha Property (BitmapEncoderOptions)
    In This Topic
    Specifies whether to encode interleaved alpha or planar alpha.
    Syntax
    'Declaration
     
    Public Property InterleavedAlpha As System.Boolean
    public System.bool InterleavedAlpha {get; set;}
    Remarks
    Range value: true-false Applicable Codecs: JPEG-XR
    See Also