C#
Objective-C
C++
public bool UseSopMarker { get; set; }
@property (nonatomic, assign) BOOL useSopMarker;
public:
property bool UseSopMarker {
bool get();
void set ( bool value);
}
true to Use the SOP marker, false to command not to use the SOP marker. (Default).
For an example, refer to Jpeg2000Options.