Sets the RGB elements to be used when transferring data from the current TWAIN source.
public void ModifyRgbResponse(
Leadtools.RasterCollection<TwainElement8> elements,
int bitsPerPixel,
Leadtools.Twain.TwainRgbResponseFlags flags
)
Public Sub ModifyRgbResponse( _
ByVal elements As Leadtools.RasterCollection(Of TwainElement8), _
ByVal bitsPerPixel As Integer, _
ByVal flags As Leadtools.Twain.TwainRgbResponseFlags _
)
public:
void ModifyRgbResponse(
Leadtools.RasterCollection<TwainElement8>^ elements,
int bitsPerPixel,
Leadtools.Twain.TwainRgbResponseFlags flags
)
elements
Array of RGB elements that contain the data to be set.
bitsPerPixel
Bits per pixel to be set. This is used to determine the number of RGB elements.
flags
Flags that indicate the function behavior.
Sets the RGB elements used when transferring data from the current TWAIN source.
Imports Leadtools
Imports Leadtools.Twain
Public Sub ModifyRgbResponseExample(ByVal parent As IntPtr)
Dim session As TwainSession = New TwainSession()
session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None)
Dim rgbElements As RasterCollection(Of TwainElement8) = Nothing
Dim tempElement As TwainElement8 = New TwainElement8()
tempElement.Index = 0
tempElement.Channel1 = 0
tempElement.Channel2 = 0
tempElement.Channel3 = 0
rgbElements.Add(tempElement)
tempElement.Index = 1
tempElement.Channel1 = 255
tempElement.Channel2 = 255
tempElement.Channel3 = 255
rgbElements.Add(tempElement)
Try
session.ModifyRgbResponse(rgbElements, 1, TwainRgbResponseFlags.TwainRgbResponseSet)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
session.Shutdown()
End Sub
using Leadtools;
using Leadtools.Twain;
public void ModifyRgbResponseExample(IntPtr parent)
{
TwainSession session = new TwainSession();
session.Startup(parent, "manufacturer", "productFamily", "version", "application", TwainStartupFlags.None);
RasterCollection<TwainElement8> rgbElements = null;
TwainElement8 tempElement = new TwainElement8();
tempElement.Index = 0;
tempElement.Channel1 = 0;
tempElement.Channel2 = 0;
tempElement.Channel3 = 0;
rgbElements.Add(tempElement);
tempElement.Index = 1;
tempElement.Channel1 = 255;
tempElement.Channel2 = 255;
tempElement.Channel3 = 255;
rgbElements.Add(tempElement);
try
{
session.ModifyRgbResponse(rgbElements, 1, TwainRgbResponseFlags.TwainRgbResponseSet);
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
session.Shutdown();
}
Products |
Support |
Feedback: ModifyRgbResponse Method - 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.