Visual Basic (Declaration) | |
---|---|
Public Property NoInterlace As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadOptions Dim value As Boolean instance.NoInterlace = value value = instance.NoInterlace |
C# | |
---|---|
public bool NoInterlace {get; set;} |
Property Value
When set to true, the Load methods pass image data in the order that is displayed, regardless of how it is stored in the file.For an example, refer to CodecsOptions.
Set this flag if your program does not handle interlaced file formats.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)