| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DefaultJpeg2000Options As DicomJpeg2000Options | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomJpeg2000Options DefaultJpeg2000Options {get;} | |
| C++/CLI | |
|---|---|
public: property DicomJpeg2000Options DefaultJpeg2000Options { DicomJpeg2000Options get(); } | |
Return Value
The default JPEG 2000 compression options.For an example, refer to DicomDataSet.Jpeg2000Options.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code