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