public bool SaveOldJtif {get; set;}
'Declaration
Public Property SaveOldJtif As Boolean
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
instance.SaveOldJtif = value
value = instance.SaveOldJtif
public bool SaveOldJtif {get; set;}
@property (nonatomic, assign) BOOL saveOldJtif;
public boolean getSaveOldJtif()
public void setSaveOldJtif(boolean value)
get_SaveOldJtif();
set_SaveOldJtif(value);
Object.defineProperty('SaveOldJtif');
public:
property bool SaveOldJtif {
bool get();
void set ( bool value);
}
Property Value
true to save old style JTIF, false to save the new format.