←Select platform

SaveOldJtif Property

Summary

Enables or disables saving of old style JTIF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly