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

Syntax

C#
void BeforePropertyChange(
	string propertyName
)
Visual Basic
Sub BeforePropertyChange ( _
	propertyName As String _
)
Visual C++
void BeforePropertyChange(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String

See Also