C#
VB
WinRT C#
C++
Gets or sets the flag that indicates whether to use the EPH marker.
public bool UseEphMarker { get; set; }
Public Property UseEphMarker As Boolean
public bool UseEphMarker {get; set;}
<br/>get_UseEphMarker();<br/>set_UseEphMarker(value);<br/>Object.defineProperty('UseEphMarker');
public:
property bool UseEphMarker {
bool get();
void set ( bool value);
}
true to use the EPH marker, false to command not to use the EPH marker. (Default).
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET