←Select platform

UseEphMarker Property

Summary

Gets or sets the flag that indicates whether to use the EPH marker.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

true to use the EPH marker, false to command not to use the EPH marker. (Default).

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly