Gets or sets whether absolute full URL must be used when rendering the source attribute of the barcode image tag.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also