Barcode .Net Class Library

GetBarcodeDefaultDrawFlags Method

Applies To: Barcode | BarcodeControl | BarcodeImage

Gets the default draw flags given a barcode type.

[Visual Basic]
Public Shared Function GetBarcodeDefaultDrawFlags( _
   ByVal barcodeType As BarcodeType _
) As BarcodeDrawFlags

[C#]
public static BarcodeDrawFlags GetBarcodeDefaultDrawFlags(
   BarcodeType barcodeType
);

Parameters

barcodeType
A BarcodeType enumeration for which the default draw flags are to be returned.

See Also

DefaultDrawFlags


© 2002 Bokai Corporation. All rights reserved.