←Select platform

SaveOldJtif Property

Summary

Enables or disables saving of old style JTIF files.

Syntax
C#
VB
Objective-C
C++
Java
public bool SaveOldJtif { get; set; } 
Public Property SaveOldJtif As Boolean 
@property (nonatomic, assign) BOOL saveOldJtif 
public boolean getSaveOldJtif() 
public void setSaveOldJtif(boolean value) 
public: 
property bool SaveOldJtif { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save old style JTIF, false to save the new format.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly