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

Syntax

C#
public void BeforeChange(
	string propertyName
)
Visual Basic
Public Sub BeforeChange ( _
	propertyName As String _
)
Visual C++
public:
void BeforeChange(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

See Also