Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int TrimRightEx(
	int startIdx,
	int endIdx
)
Visual Basic
Public Function TrimRightEx ( _
	startIdx As Integer, _
	endIdx As Integer _
) As Integer
Visual C++
public:
int TrimRightEx(
	int startIdx, 
	int endIdx
)

Parameters

startIdx
Type: System..::..Int32
endIdx
Type: System..::..Int32

See Also