Returns the SOP Instance UID of the last created Basic Print Image Overlay Box SOP Instance.
public string GetOverlayBoxInstanceUid()
'Declaration
Public Function GetOverlayBoxInstanceUid() As String
'Usage
Dim instance As DicomPrintScu
Dim value As String
value = instance.GetOverlayBoxInstanceUid()
public string GetOverlayBoxInstanceUid()
function Leadtools.Dicom.DicomPrintScu.GetOverlayBoxInstanceUid()
public:
String^ GetOverlayBoxInstanceUid();
Return Value
The SOP Instance UID of the Image Overlay Box that was last created successfully using the method
CreateOverlayBox.