Retrieves the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item.
public int GetTextObjectCount(
DicomElement graphicAnnSQItem
)
Public Function GetTextObjectCount( _
ByVal graphicAnnSQItem As DicomElement _
) As Integer
public:
int GetTextObjectCount(
DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The text annotation object count.
This method returns the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item in the "Graphic Annotation Module".
FindFirstGraphicAnnSQItem Method
GetTextObjectInformation Method