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: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also