Namespace: System.util
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static int USR(
	int op1,
	int op2
)
Visual Basic
Public Shared Function USR ( _
	op1 As Integer, _
	op2 As Integer _
) As Integer
Visual C++
public:
static int USR(
	int op1, 
	int op2
)

Parameters

op1
Type: System..::..Int32
op2
Type: System..::..Int32

See Also