public bool UseEphMarker {get; set;}
'Declaration
Public Property UseEphMarker As Boolean
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
instance.UseEphMarker = value
value = instance.UseEphMarker
public bool UseEphMarker {get; set;}
@property (nonatomic, assign) BOOL useEphMarker;
public boolean getUseEphMarker()
public void setUseEphMarker(boolean value)
get_UseEphMarker();
set_UseEphMarker(value);
Object.defineProperty('UseEphMarker');
public:
property bool UseEphMarker {
bool get();
void set ( bool value);
}
Property Value
true to use the EPH marker; false, otherwise.