Visual Basic (Declaration) | |
---|---|
Public Property UsePredictor As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTiffSaveOptions Dim value As Boolean instance.UsePredictor = value value = instance.UsePredictor |
C# | |
---|---|
public bool UsePredictor {get; set;} |
Property Value
true to use a predictor when saving LZW data; otherwise, false.For an example, refer to CodecsTiffOptions.
This is for TIF LZW or Raw LZW data that is 8 bpp or more. This property is ignored if the LZW data is less than 8 bpp.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)