Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / TiffFrameSettings Class / Differencing Property

In This Topic
    Differencing Property
    In This Topic
    Gets or sets a value indicating if the pixel values are replaced by differences between consecutive pixels.

    Applicable to LZW and Deflate compression methods, ignored otherwise.

    Syntax
    'Declaration
     
    Public Property Differencing As System.Boolean
    public System.bool Differencing {get; set;}
    See Also