public bool UseSopMarker {get; set;}
'Declaration
Public Property UseSopMarker As Boolean
'Usage
Dim instance As DicomJpeg2000Options
Dim value As Boolean
instance.UseSopMarker = value
value = instance.UseSopMarker
public bool UseSopMarker {get; set;}
get_UseSopMarker();
set_UseSopMarker(value);
Object.defineProperty('UseSopMarker');
public:
property bool UseSopMarker {
bool get();
void set ( bool value);
}
Property Value
true to Use the SOP marker, false to command not to use the SOP marker. (Default).