public:
property int NextPosition {
int get();
void set ( intvalue);
}
'Declaration
Public Property NextPosition As Integer
'Usage
Dim instance As DicomPrint
Dim value As Integer
instance.NextPosition = value
value = instance.NextPosition
Remarks
The value ranges from 1 to n where n is the number of image boxes in the current film box, which in turn depends on the value of Format. If this property is not altered, then images are printed sequentially.