Set this to true to remove any static background in the PDF file. Only the variable parts will remain. This can be used to overprint the data on preprinted sheets.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also