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