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

Syntax

C#
public string[] Differences { get; }
Visual Basic
Public ReadOnly Property Differences As String()
	Get
Visual C++
public:
property array<String^>^ Differences {
	array<String^>^ get ();
}

See Also