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

In This Topic
    IgnoreOverlap Property (JpegXROptions)
    In This Topic
    Specifies how the encoder handles tile boundaries during a compressed domain transcode.
    Syntax
    'Declaration
     
    Public Property IgnoreOverlap As System.Nullable(Of Boolean)
    public System.Nullable<bool> IgnoreOverlap {get; set;}
    Remarks
    The default value is false.
    See Also