VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / RuntimeInfoTextOverlay Class / TextFormat Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    TextFormat Свойство (RuntimeInfoTextOverlay)
    В этом разделе
    Возвращает или задает формат текста.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The text format.
    Supported keys:
    "SeriesImageNumber" - image number in series
    "SeriesImageCount" - image count in series
    "WindowCenter" - window center of VOI LUT
    "WindowWidth" - window width of VOI LUT
    "FileName" - the file name
    ")>
    Public Property TextFormat As System.String
    
    
    [Description("The text format.
    Supported keys:
    "SeriesImageNumber" - image number in series
    "SeriesImageCount" - image count in series
    "WindowCenter" - window center of VOI LUT
    "WindowWidth" - window width of VOI LUT
    "FileName" - the file name
    ")]
    public System.String TextFormat { get; set; }
    
    
    [Description("The text format.
    Supported keys:
    "SeriesImageNumber" - image number in series
    "SeriesImageCount" - image count in series
    "WindowCenter" - window center of VOI LUT
    "WindowWidth" - window width of VOI LUT
    "FileName" - the file name
    ")]
    public: __property System.String get_TextFormat();
    public: __property void set_TextFormat(
    System.String value
    );
    [Description("The text format.
    Supported keys:
    "SeriesImageNumber" - image number in series
    "SeriesImageCount" - image count in series
    "WindowCenter" - window center of VOI LUT
    "WindowWidth" - window width of VOI LUT
    "FileName" - the file name
    ")]
    public:
    property System.String TextFormat { System.String get(); void set(System.String value); }

    Property Value

    Значение по умолчанию: Im: {SeriesImageNumber}/{SeriesImageCount}.
    Поддерживаемые ключи:
    • "SeriesImageNumber" - номер изображения в серии
    • "SeriesImageCount" - количество изображений в серии
    • "WindowCenter" - центр окна VOI LUT
    • "WindowWidth" - ширина окна VOI LUT
    • "FileName" - имя файла
    Исключения
    ИсключениеОписание
    Выбрасывается, если value не верно.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также