DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomPrint Class / NextPosition Property






In This Topic
    NextPosition Property
    In This Topic
    Indicates/Controls the next image box to be used by PrintImage
    Syntax
    'Declaration
     
    
    Public Property NextPosition As System.Integer
    'Usage
     
    
    Dim instance As DicomPrint
    Dim value As System.Integer
     
    instance.NextPosition = value
     
    value = instance.NextPosition
    public System.int NextPosition {get; set;}
    public read-write property NextPosition: System.Integer; 
    public function get,set NextPosition : System.int
    public: __property System.int get_NextPosition();
    public: __property void set_NextPosition( 
       System.int value
    );
    public:
    property System.int NextPosition {
       System.int get();
       void set (    System.int value);
    }
    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.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also