Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SaveOldJtif Property








Enables or disables saving of old style JTIF files.
Syntax
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.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

Error processing SSI file