DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / CodecFactory Class / Exporter Method
The format to be used for the compression/export






In This Topic
    Exporter Method
    In This Topic
    Create the Exporter object
    Syntax
    'Declaration
     
    
    Public MustOverride Function Exporter( _
       ByVal Format As System.String _
    ) As IExporter
    'Usage
     
    
    Dim instance As CodecFactory
    Dim Format As System.String
    Dim value As IExporter
     
    value = instance.Exporter(Format)
    public abstract IExporter Exporter( 
       System.string Format
    )
    public function Exporter( 
        Format: System.String
    ): IExporter; abstract; 
    public __abstract function Exporter( 
       Format : System.String
    ) : IExporter;
    public: abstract IExporter* Exporter( 
       System.string* Format
    ) 
    public:
    abstract IExporter^ Exporter( 
       System.String^ Format
    ) 

    Parameters

    Format
    The format to be used for the compression/export

    Return Value

    The new Exported object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also