Returns the number of the Basic Grayscale/Color Image Box SOP Instances created by the Print SCP when a Film Box is created. 

            
            
            
            
            public int GetImageBoxesCount()
             
        
            
            'Declaration
 
Public Function GetImageBoxesCount() As Integer
             
        
            
            'Usage
 
Dim instance As DicomPrintScu
Dim value As Integer
 
value = instance.GetImageBoxesCount()
             
        
            
            public int GetImageBoxesCount()
             
        
            
        
            
        
            
             function Leadtools.Dicom.DicomPrintScu.GetImageBoxesCount()
             
        
            
            public:
int GetImageBoxesCount(); 
             
        
             
        
            
            
            Return Value
The number of the Image Boxes referenced by the current (last created) Film Box; if no Film Box is currently created, the method will return 0.