ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / JpegXROptions Class / InterleavedAlpha Property

In This Topic
    InterleavedAlpha Property (JpegXROptions)
    In This Topic
    Specifies whether to encode interleaved alpha or planar alpha.
    Syntax
    'Declaration
     
    Public Property InterleavedAlpha As Nullable(Of Boolean)
    public Nullable<bool> InterleavedAlpha {get; set;}
    Remarks
    The default value is false.
    See Also