Visual Basic (Declaration) | |
---|---|
Public Property Compression As StreamingCompression |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public StreamingCompression Compression {get; set;} |
C++/CLI | |
---|---|
public: property StreamingCompression Compression { StreamingCompression get(); void set (StreamingCompression value); } |
Return Value
Set this to one of the StreamingCompression enumeration values.Please check our Medical Web Viewer demo, located in WinForms.csproj project.
If this field is set to .Lossy or .Lossless the MedicalWebViewerStreamer will get the compression options defined by the administrator to stream the DICOM images and thumbnails.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family