LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SaveOldJtif Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.