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)
<br/>get_SaveOldJtif();<br/>set_SaveOldJtif(value);<br/>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.