Click or drag to resize

BarcodeExtensionsToBarcodeProfile Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeExtensions.ToBarcodeProfile(RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.Barcode
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static BaseBarcodeProfile ToBarcodeProfile(
	this BarcodeType type
)

Parameters

type  BarcodeType

[Missing <param name="type"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeExtensions.ToBarcodeProfile(RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType)"]

Return Value

BaseBarcodeProfile

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeExtensions.ToBarcodeProfile(RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BarcodeType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also