ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Boolean
    public bool InterleavedAlpha {get; set;}
    Remarks
    Range value: true-false Applicable Codecs: JPEG-XR
    See Also