Visual Basic (Declaration) | |
---|---|
Public Property Highlight As Single |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainImageEffects Dim value As Single instance.Highlight = value value = instance.Highlight |
C# | |
---|---|
public float Highlight {get; set;} |
Property Value
The highlight value to use when transferring images from the current TWAIN source.The highlight values range from 0 to 255.
For an example, refer to Leadtools.Twain.TwainSession.ImageEffects.
This property internally gets or sets the highlight capability ICAP_HIGHLIGHT. For more information on this capability, refer to http://www.twain.org and click on TWAIN Specification (Version 2.0).
To get or set the highlight value call the Leadtools.Twain.TwainSession.ImageEffects property.
To get or set the highlight value call the Leadtools.Twain.TwainSession.ImageEffects property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7