Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / JpegXROptions Class / InterleavedAlpha Property

In This Topic
    InterleavedAlpha Property
    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