VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomImageVoiLutTextOverlay Class / TextFormat Property
Syntax Exceptions Requirements SeeAlso
In This Topic
TextFormat Property (DicomImageVoiLutTextOverlay)
In This Topic
Gets or sets the format of VOI LUT value.
Syntax
'Declaration

<DefaultValueAttribute("WC: {0:0.#} WW: {1:0.#}")>
<DescriptionAttribute("The format of VOI LUT value.")>
Public Property TextFormat As System.String

[DefaultValue("WC: {0:0.#} WW: {1:0.#}")]
[Description("The format of VOI LUT value.")]
public System.String TextFormat { get; set; }

Property Value

Default value is WC: {0:0.#} WW: {1:0.#}.
Exceptions
ExceptionDescription
Thrown if value is null or empty.
Thrown if value contatins invalid string format.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also