GifEncoderInterlace Property |
Gets or sets a value indicating if the image is saved with a pixel row interlacing pattern. Default
false
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Interlace { get; set; }
Public Property Interlace As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating if the image is saved with a pixel row interlacing pattern.
Remarks Interlacing is a technique that allows a Gif to be displayed gradually. It first displays a blocky image
which becomes finer and more clear as the image loads.
See Also