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

Syntax

C#
public bool ChecksumText { get; set; }
Visual Basic
Public Property ChecksumText As Boolean
	Get
	Set
Visual C++
public:
property bool ChecksumText {
	bool get ();
	void set (bool value);
}

See Also