DicomObjects.NET Core 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 Integer
    'Usage
     
    
    Dim instance As DicomPrint
    Dim value As Integer
     
    instance.NextPosition = value
     
    value = instance.NextPosition
    public int NextPosition {get; set;}
    public:
    property int NextPosition {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also