Changing the font size of a Presentation State

106 views
Skip to first unread message

Liidia Laada

unread,
Apr 13, 2020, 8:25:13 AM4/13/20
to Fellow Oak DICOM

I am currently trying to create the Grayscale Softcopy Presentation State file that holds some text comment. I am creating a text object sequence like this:

DicomDataset textObjectSequenceDataset = new DicomDataset(); 
textObjectSequenceDataset.Add(DicomTag.BoundingBoxAnnotationUnits, "DISPLAY"); 
textObjectSequenceDataset.Add(DicomTag.UnformattedTextValue, "TERE"); 
textObjectSequenceDataset.Add(DicomTag.BoundingBoxTopLeftHandCorner, @"0\0"); 
textObjectSequenceDataset.Add(DicomTag.BoundingBoxBottomRightHandCorner, @"0\0"); 
textObjectSequenceDataset.Add(DicomTag.BoundingBoxTextHorizontalJustification, @"LEFT"); 
graphicAnnotationSequenceDataset.Add(DicomTag.TextObjectSequence, textObjectSequenceDataset);

How it is possible to change the font size of a textual comment?

Sorin Cristescu

unread,
Apr 13, 2020, 10:33:47 AM4/13/20
to Fellow Oak DICOM

Liidia Laada

unread,
Apr 14, 2020, 6:28:26 AM4/14/20
to Fellow Oak DICOM
I have searched on the Internet and played a little bit with the Weasis viewer. As much as I have understood, it is impossible to adjust a text size with the DICOM protocol and it depends on the application. Thanks anyway! 
Reply all
Reply to author
Forward
0 new messages