Click or drag to resize

StiEAN13BarCodeType Constructor (Single, Single, StiEanSupplementType, String, Boolean)

Initializes a new instance of the StiEAN13BarCodeType class

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiEAN13BarCodeType(
	float module,
	float height,
	StiEanSupplementType supplementType,
	string supplementCodeValue,
	bool showQuietZoneIndicator
)

Parameters

module
Type: SystemSingle

[Missing <param name="module"/> documentation for "M:Stimulsoft.Report.BarCodes.StiEAN13BarCodeType.#ctor(System.Single,System.Single,Stimulsoft.Report.BarCodes.StiEanSupplementType,System.String,System.Boolean)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.BarCodes.StiEAN13BarCodeType.#ctor(System.Single,System.Single,Stimulsoft.Report.BarCodes.StiEanSupplementType,System.String,System.Boolean)"]

supplementType
Type: Stimulsoft.Report.BarCodesStiEanSupplementType

[Missing <param name="supplementType"/> documentation for "M:Stimulsoft.Report.BarCodes.StiEAN13BarCodeType.#ctor(System.Single,System.Single,Stimulsoft.Report.BarCodes.StiEanSupplementType,System.String,System.Boolean)"]

supplementCodeValue
Type: SystemString

[Missing <param name="supplementCodeValue"/> documentation for "M:Stimulsoft.Report.BarCodes.StiEAN13BarCodeType.#ctor(System.Single,System.Single,Stimulsoft.Report.BarCodes.StiEanSupplementType,System.String,System.Boolean)"]

showQuietZoneIndicator
Type: SystemBoolean

[Missing <param name="showQuietZoneIndicator"/> documentation for "M:Stimulsoft.Report.BarCodes.StiEAN13BarCodeType.#ctor(System.Single,System.Single,Stimulsoft.Report.BarCodes.StiEanSupplementType,System.String,System.Boolean)"]

See Also