ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.Nullable(Of Boolean)
    public System.Nullable<bool> InterleavedAlpha {get; set;}
    Remarks
    The default value is false.
    See Also