Sets the image interpolation. Image interpolation attempts to produce a smooth transition between adjacent sample values.

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

Collapse imageSyntax

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

Field Value

New value of property interpolation.

Collapse imageSee Also