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)
get_UseSopMarker();
set_UseSopMarker(value);
Object.defineProperty('UseSopMarker');
public:
property bool UseSopMarker {
bool get();
void set ( bool value);
}
Property Value
true to use the SOP marker; false, otherwise.