Changing the font size of a Presentation State
问题 I am currently trying to create the Grayscale Softcopy Presentation State file that holds some text comment. I am creating 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