Click or drag to resize

StiPdf417BarCodeTypeStiPdf417 Constructor (String, StiPdf417EncodingMode, StiPdf417ErrorsCorrectionLevel, Int32, Int32, Boolean, Boolean, Double, Int32)

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPdf417(
	string inputData,
	StiPdf417EncodingMode mode,
	StiPdf417ErrorsCorrectionLevel errorCorrectionLevel,
	int columns,
	int rows,
	bool autoColumns,
	bool autoRows,
	double aspectRatio,
	int ratioY
)

Parameters

inputData
Type: SystemString

[Missing <param name="inputData"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

mode
Type: Stimulsoft.Report.BarCodesStiPdf417EncodingMode

[Missing <param name="mode"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

errorCorrectionLevel
Type: Stimulsoft.Report.BarCodesStiPdf417ErrorsCorrectionLevel

[Missing <param name="errorCorrectionLevel"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

columns
Type: SystemInt32

[Missing <param name="columns"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

autoColumns
Type: SystemBoolean

[Missing <param name="autoColumns"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

autoRows
Type: SystemBoolean

[Missing <param name="autoRows"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

aspectRatio
Type: SystemDouble

[Missing <param name="aspectRatio"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

ratioY
Type: SystemInt32

[Missing <param name="ratioY"/> documentation for "M:Stimulsoft.Report.BarCodes.StiPdf417BarCodeType.StiPdf417.#ctor(System.String,Stimulsoft.Report.BarCodes.StiPdf417EncodingMode,Stimulsoft.Report.BarCodes.StiPdf417ErrorsCorrectionLevel,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Double,System.Int32)"]

See Also