ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / JpegXROptions Class / Overlap Property

In This Topic
    Overlap Property (JpegXROptions)
    In This Topic
    Sets the level of overlap filtering.
    Syntax
    'Declaration
     
    Public Property Overlap As System.Nullable(Of Byte)
    public System.Nullable<byte> Overlap {get; set;}
    Remarks
    The default value is 1.
    See Also