public bool UseSopMarker {get; set;}
'Declaration
Public Property UseSopMarker As Boolean
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
instance.UseSopMarker = value
value = instance.UseSopMarker
public bool UseSopMarker {get; set;}
@property (nonatomic, assign) BOOL useSopMarker
public boolean getUseSopMarker()
public void setUseSopMarker(boolean value)
<br/>get_UseSopMarker();<br/>set_UseSopMarker(value);<br/>Object.defineProperty('UseSopMarker');
public:
property bool UseSopMarker {
bool get();
void set ( bool value);
}
Property Value
true to use the SOP marker; false, otherwise.