For information about this method please see GetDefaultOptions.
public Leadtools.Barcode.IBarcodeWriteOptions GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
Public Function GetDefaultOptions( _
ByVal symbology As Leadtools.Barcode.BarcodeSymbology _
) As Leadtools.Barcode.IBarcodeWriteOptions
public Leadtools.Barcode.IBarcodeWriteOptions GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
function Leadtools.Barcode.BarcodeWriter.GetDefaultOptions(
symbology
)
public:
Leadtools.Barcode.IBarcodeWriteOptions^ GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
symbology
An BarcodeSymbology enumeration member that specifies the barcode symbology (or type) to get its options.
The BarcodeReadOptions derived object used by this BarcodeReader as the default read options to use when reading barcodes of the type specified in symbology.
Note: In LEADTOOLS for .NET, the equivalent to IBarcodeWriteOptions is BarcodeWriteOptions.
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