DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Export Method / Export(String,Object) Method



In This Topic
    Export(String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Export( _
       ByVal Format As String, _
       ByVal Quality As Object _
    ) As Byte()
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Format As String
    Dim Quality As Object
    Dim value() As Byte
     
    value = instance.Export(Format, Quality)
    public byte[] Export( 
       string Format,
       object Quality
    )

    Parameters

    Format
    Quality
    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