Defines if the specified setting values are correct in the aggregate. Returns "true" if values are correct and "false" is not.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static string IsValidSettings(
	string data,
	int rowsCount,
	int columnsCount,
	int errorLevel,
	TypeBarCode typeBarCode
)
Visual Basic (Declaration)
Public Shared Function IsValidSettings ( _
	data As String, _
	rowsCount As Integer, _
	columnsCount As Integer, _
	errorLevel As Integer, _
	typeBarCode As TypeBarCode _
) As String
Visual C++
public:
static String^ IsValidSettings(
	String^ data, 
	int rowsCount, 
	int columnsCount, 
	int errorLevel, 
	TypeBarCode typeBarCode
)

Parameters

data
Type: System..::.String
rowsCount
Type: System..::.Int32
columnsCount
Type: System..::.Int32
errorLevel
Type: System..::.Int32
typeBarCode
Type: PerpetuumSoft.Framework.Drawing.PDF417BarCode..::.TypeBarCode

See Also