Gets or sets a value that indicates if a picture should be replaced.

Namespace:  PerpetuumSoft.Reporting.Export.Xps
Assembly:  PerpetuumSoft.Reporting.Export.Xps (in PerpetuumSoft.Reporting.Export.Xps.dll) Version: 3.9.0.1

Syntax

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

See Also