Returns the number of the Basic Annotation Box SOP Instances created by the Print SCP when a Film Box is created.
public int GetAnnotationBoxesCount()
'Declaration
Public Function GetAnnotationBoxesCount() As Integer
'Usage
Dim instance As DicomPrintScu
Dim value As Integer
value = instance.GetAnnotationBoxesCount()
public int GetAnnotationBoxesCount()
function Leadtools.Dicom.DicomPrintScu.GetAnnotationBoxesCount()
public:
int GetAnnotationBoxesCount();
Return Value
The number of the Annotation Boxes referenced by the current (last created) Film Box; if no Film Box is currently created, the method will return 0.