Gets the default value in the range contained in the TwainRangeCapability object.
public object DefaultValue {get; set;}
Public Property DefaultValue As Object
The default value in the range contained in the TwainRangeCapability object.
For more information, refer to How to Work with the Container.
Imports Leadtools
Imports Leadtools.Twain
Public Sub DefaultValuePropertyExample(ByVal parent As IntPtr)
Dim twnSession As TwainSession = New TwainSession()
twnSession.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None)
Dim twCap As TwainCapability = New TwainCapability()
twCap.Information.ContainerType = TwainContainerType.Range
twCap.Information.Type = TwainCapabilityType.ImageJpegQuality
twCap.RangeCapability.ItemType = TwainItemType.Int16
twCap.RangeCapability.CurrentValue = TwainCapabilityValue.JpegQualityMedium
twCap.RangeCapability.DefaultValue = TwainCapabilityValue.JpegQualityHigh
twCap.RangeCapability.MinimumValue = 0
twCap.RangeCapability.MaximumValue = 50
twCap.RangeCapability.StepSize = 10
twnSession.SetCapability(twCap, TwainSetCapabilityMode.Set)
twnSession.Shutdown()
End Sub
using Leadtools;
using Leadtools.Twain;
public void DefaultValuePropertyExample(IntPtr parent)
{
TwainSession twnSession = new TwainSession();
twnSession.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None);
TwainCapability twCap = new TwainCapability();
twCap.Information.ContainerType = TwainContainerType.Range;
twCap.Information.Type = TwainCapabilityType.ImageJpegQuality;
twCap.RangeCapability.ItemType = TwainItemType.Int16;
twCap.RangeCapability.CurrentValue = TwainCapabilityValue.JpegQualityMedium;
twCap.RangeCapability.DefaultValue = TwainCapabilityValue.JpegQualityHigh;
twCap.RangeCapability.MinimumValue = 0;
twCap.RangeCapability.MaximumValue = 50;
twCap.RangeCapability.StepSize = 10;
twnSession.SetCapability(twCap, TwainSetCapabilityMode.Set);
twnSession.Shutdown();
}
Products |
Support |
Feedback: DefaultValue Property - Leadtools.Twain |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.