BarCodeGeneratorControl.EnableEscape

BarCodeGeneratorControl.EnableEscape property

EnableEscape is deprecated and ignored. Process escape sequences explicitly (e.g., Regex.Unescape). This property will be removed in future releases.

[Obsolete("EnableEscape is deprecated and ignored. Process escape sequences explicitly (e.g., Regex.Unescape). This property will be removed in future releases.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableEscape { get; set; }

See Also