DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / InstanceReceivedArgs Class / ReceivedFilename Property



In This Topic
    ReceivedFilename Property
    In This Topic
    Filename to which the instance has already been saved
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReceivedFilename As String
    'Usage
     
    
    Dim instance As InstanceReceivedArgs
    Dim value As String
     
    value = instance.ReceivedFilename
    public string ReceivedFilename {get;}
    public:
    property String^ ReceivedFilename {
       String^ get();
    }
    Remarks
    This is only valid for images saved as a result of ReceivingPixelDataArgs.ReceiveToDisk -
    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