Working With The LAnnotationBox Object

When the Print SCP is requested to create a Film Box, it might also create one or more Annotation Boxes. For each Annotation Box created, an LAnnotationBox object is added to the collection. The ILAnnotationBox interface, which is exposed by the LAnnotationBox object, defines the following properties and method to handle the Annotation Box:

Methods

image\sqrblit.gif Update method (ILAnnotationBox): This method requests the Print SCP to update the Annotation Box.

Properties

image\sqrblit.gif AnnotationPosition property: This property specifies the Annotation Position (2030,0010).

image\sqrblit.gif MainObject property (ILAnnotationBox Interface): This property returns a reference to the LEADDicomPrintSCU object.)

image\sqrblit.gif SOPInstanceUID property (ILAnnotationBox): This property specifies the SOP Instance UID of the Annotation Box.)

image\sqrblit.gif TextString property: This property specifies the Text String (2030,0020).)

For example, the Update method of the ILAnnotationBox interface can be used to update the Annotation Box.