public bool SaveOldJtif {get; set;}
public bool SaveOldJtif {get; set;}
get_SaveOldJtif();
set_SaveOldJtif(value);
public:
property bool SaveOldJtif {
bool get();
void set ( bool value);
}
'Declaration
Public Property SaveOldJtif As Boolean
'Usage
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
instance.SaveOldJtif = value
value = instance.SaveOldJtif
Property Value
true to save old style JTIF, false to save the new format.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2