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

Syntax

C#
public bool SetNewPassword(
	string oldPwd,
	string newPwd
)
Visual Basic
Public Function SetNewPassword ( _
	oldPwd As String, _
	newPwd As String _
) As Boolean
Visual C++
public:
bool SetNewPassword(
	String^ oldPwd, 
	String^ newPwd
)

Parameters

oldPwd
Type: System..::..String
newPwd
Type: System..::..String

See Also