DicomObjects.NET.8.48 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 System.String
    public System.string ReceivedFilename {get;}
    Remarks
    This is only valid for images saved as a result of ReceivingPixelDataArgs.ReceiveToDisk -
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also