Gets a list of all the current barcode read options.
public [Leadtools.Barcode.BarcodeReadOptions[]](barcodereadoptions.html) GetAllDefaultOptions() Public Function GetAllDefaultOptions() As Leadtools.Barcode.BarcodeReadOptions() public [Leadtools.Barcode.BarcodeReadOptions[]](barcodereadoptions.html) GetAllDefaultOptions() @property (nonatomic, strong, readonly) NSArray<__kindof LTBarcodeReadOptions *> *allDefaultOptions public BarcodeReadOptions[] getAllDefaultOptions() function Leadtools.Barcode.BarcodeReader.GetAllDefaultOptions() public:Leadtools.Barcode.array<BarcodeReadOptions^>^ GetAllDefaultOptions();
An array of BarcodeReadOptions derived types that contain all the default read options currently set in this BarcodeReader.
The BarcodeReader object contains an array of all the default read options used by the ReadBarcode and ReadBarcodes methods when no explicit options are passed by the user.
Refer to the BarcodeReadOptions class for a list of the symbologies and the type of the derived BarcodeReadOptions used by LEADTOOLS.
To get the options for a specific symbology, refer to GetDefaultOptions
using Leadtools;using Leadtools.Codecs;using Leadtools.Forms;using Leadtools.Barcode;using Leadtools.ImageProcessing;public void BarcodeReader_GetAllDefaultOptionsExample(){BarcodeEngine engine = new BarcodeEngine();BarcodeReader reader = engine.Reader;// Show information on all the default read option classesBarcodeReadOptions[] readOptionsArray = reader.GetAllDefaultOptions();Console.WriteLine("Read options:");foreach (BarcodeReadOptions readOptions in readOptionsArray){Console.WriteLine(" {0} ({1}) supports options for the following symbologies:", readOptions.GetType().Name, readOptions.FriendlyName);Console.WriteLine(" ");BarcodeSymbology[] symbologies = readOptions.GetSupportedSymbologies();for (int i = 0; i < symbologies.Length; i++){Console.Write(symbologies[i]);if (i != (symbologies.Length - 1)){Console.Write(", ");}else{Console.WriteLine();}}}}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.FormsImports Leadtools.BarcodeImports Leadtools.ImageProcessingPublic Sub BarcodeReader_GetAllDefaultOptionsExample()Dim engine As New BarcodeEngine()Dim reader As BarcodeReader = engine.Reader' Show information on all the default read option classesDim readOptionsArray() As BarcodeReadOptions = reader.GetAllDefaultOptions()Console.WriteLine("Read options:")For Each readOptions As BarcodeReadOptions In readOptionsArrayConsole.WriteLine(" {0} ({1}) supports options for the following symbologies:", readOptions.GetType().Name, readOptions.FriendlyName)Console.WriteLine(" ")Dim symbologies() As BarcodeSymbology = readOptions.GetSupportedSymbologies()For i As Integer = 0 To symbologies.Length - 1Console.Write(symbologies(i))If i <> (symbologies.Length - 1) ThenConsole.Write(", ")ElseConsole.WriteLine()End IfNextNextEnd Sub
using Leadtools;using Leadtools.Codecs;using Leadtools.Forms;using Leadtools.Barcode;using Leadtools.ImageProcessing;using Leadtools.Examples;public void BarcodeReader_GetAllDefaultOptionsExample(){BarcodeEngine engine = new BarcodeEngine();BarcodeReader reader = engine.Reader;// Show information on all the default read option classesBarcodeReadOptions[] readOptionsArray = reader.GetAllDefaultOptions();Console.WriteLine("Read options:");foreach (BarcodeReadOptions readOptions in readOptionsArray){Console.WriteLine(" {0} ({1}) supports options for the following symbologies:", readOptions.GetType().Name, readOptions.FriendlyName);Console.WriteLine(" ");BarcodeSymbology[] symbologies = readOptions.GetSupportedSymbologies();for (int i = 0; i < symbologies.Length; i++){Console.Write(symbologies[i]);if (i != (symbologies.Length - 1)){Console.Write(", ");}else{Console.WriteLine();}}}}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.FormsImports Leadtools.BarcodeImports Leadtools.ImageProcessingImports Leadtools.ImageProcessing.ColorPublic Sub BarcodeReader_GetAllDefaultOptionsExample()Dim engine As BarcodeEngine = New BarcodeEngine()Dim reader As BarcodeReader = engine.Reader' Show information on all the default read option classesDim readOptionsArray As BarcodeReadOptions() = reader.GetAllDefaultOptions()Console.WriteLine("Read options:")For Each readOptions As BarcodeReadOptions In readOptionsArrayConsole.WriteLine(" {0} ({1}) supports options for the following symbologies:", readOptions.GetType().Name, readOptions.FriendlyName)Console.WriteLine(" ")Dim symbologies As BarcodeSymbology() = readOptions.GetSupportedSymbologies()Dim i As Integer = 0Do While i < symbologies.LengthConsole.Write(symbologies(i))If i <> (symbologies.Length - 1) ThenConsole.Write(", ")ElseConsole.WriteLine()End Ifi += 1LoopNext readOptionsEnd Sub
|
Products |
Support |
Feedback: GetAllDefaultOptions Method (BarcodeReader) - Leadtools.Barcode |
Introduction |
Help Version 19.0.2017.6.21
|

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.