←Select platform

GetDefaultOptions Method (BarcodeWriter)

Summary

For information about this method please see GetDefaultOptions.

Syntax

C#
VB
WinRT C#
C++
Public Function GetDefaultOptions( _ 
   ByVal symbology As Leadtools.Barcode.BarcodeSymbology _ 
) As Leadtools.Barcode.IBarcodeWriteOptions 
 function Leadtools.Barcode.BarcodeWriter.GetDefaultOptions(  
   symbology  
) 

Parameters

symbology
An BarcodeSymbology enumeration member that specifies the barcode symbology (or type) to get its options.

Return Value

The BarcodeReadOptions derived object used by this BarcodeReader as the default read options to use when reading barcodes of the type specified in symbology.

Remarks

Note: In LEADTOOLS for .NET, the equivalent to IBarcodeWriteOptions is BarcodeWriteOptions.

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly