C#
Objective-C
C++
public bool UseEphMarker { get; set; }
@property (nonatomic, assign) BOOL 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.