VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / StudyTextBlockFormat Property
Syntax Requirements SeeAlso
In This Topic
    StudyTextBlockFormat Property (DicomSeriesManagerControl)
    In This Topic
    Gets or sets the format string for study text block.
    Syntax
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Hidden)>
    <BrowsableAttribute(False)>
    Public Property StudyTextBlockFormat As DicomSeriesManagerTextLine[]
    
    
    [DesignerSerializationVisibility(Hidden)]
    [Browsable(False)]
    public DicomSeriesManagerTextLine[] StudyTextBlockFormat { get; set; }
    
    
    [DesignerSerializationVisibility(Hidden)]
    [Browsable(False)]
    public: __property DicomSeriesManagerTextLine*[] get_StudyTextBlockFormat();
    public: __property void set_StudyTextBlockFormat(
    DicomSeriesManagerTextLine*[]* value
    );

    Property Value

    Default value is array with the following labels: "{StudyDate:d} {StudyTime:hh\\:mm\\:ss}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
    Requirements

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

    See Also