DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / IExporter Interface / Export Method
Standard export arguments as defined by the CompressionArguments class

In This Topic
    Export Method (IExporter)
    In This Topic
    Export to an external format image
    Syntax
    'Declaration
     
    
    Sub Export( _
       ByVal args As CompressionArguments _
    ) 
    void Export( 
       CompressionArguments args
    )

    Parameters

    args
    Standard export arguments as defined by the CompressionArguments class
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also