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