Barcode .Net Class Library

GetBarcodeDrawFlagsMask Method

Applies To: Barcode | BarcodeControl | BarcodeImage

Gets the default draw flags mask, given a barcode type, indicating which members of the BarcodeDrawFlags enumeration are applicable to the barcode type.

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

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

Parameters

barcodeType
A BarcodeType enumeration for which the draw flags mask is to be returned.

See Also

DrawFlagsMask


© 2002 Bokai Corporation. All rights reserved.