Gets or sets the offset to the start byte (SOI) of JPEG compressed thumbnail data.
This is not used for primary image JPEG data.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public Nullable<uint> JPEGInterchangeFormat { get; set; } |
Visual Basic (Declaration) |
---|
Public Property JPEGInterchangeFormat As Nullable(Of UInteger) |
Visual C++ |
---|
public: property Nullable<unsigned int> JPEGInterchangeFormat { Nullable<unsigned int> get (); void set (Nullable<unsigned int> value); } |
Remarks
Handling of null values
A null value indicates, that the corresponding metadata tag is not
present in the metadata model.
Setting this property's value to a non-null reference creates the
metadata tag if necessary.
Setting this property's value to a null reference deletes the
metadata tag from the metadata model.