DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / WriteXml Method



In This Topic
    WriteXml Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub WriteXml( _
       ByVal Stream As Stream, _
       Optional ByVal Options As ParseOptions _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Stream As Stream
    Dim Options As ParseOptions
     
    instance.WriteXml(Stream, Options)
    public void WriteXml( 
       Stream Stream,
       ParseOptions Options
    )
    public:
    void WriteXml( 
       Stream^ Stream,
       ParseOptions Options
    ) 

    Parameters

    Stream
    Options
    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