C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables saving of old style JTIF files.
public bool SaveOldJtif { get; set; }
Public Property SaveOldJtif As Boolean
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');
true to save old style JTIF, false to save the new format.
For an example, refer to CodecsJpegOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET