DicomObjects Reference
DicomObjects Reference / DicomPrint Object / AddAnnotation Method
The ID of the annotation being added
The String value to add
In This Topic
    AddAnnotation Method
    In This Topic
    Description
    Adds a DICOM annotation to a film box
    Syntax
    Visual Basic
    Public Sub AddAnnotation( _
       ByVal AnnotationID As Integer, _
       ByVal AnnotationString As String _
    ) 
    Parameters
    AnnotationID
    The ID of the annotation being added
    AnnotationString
    The String value to add
    Remarks
    This is simply a shortcut way of adding items to the Annotations collection.  See that property for more details of how annotations work in DicomObjects printing.
    See Also