ImageGear .NET v24.12 - Updated
CreateHDPhotoFormat Method




ImageGear24.Wpf Assembly > ImageGear.WPF.HDP Namespace > ImGearHDPhoto Class : CreateHDPhotoFormat Method
Creates an instance of HP Photo format that can be added to the collection of registered formats.
Syntax
'Declaration
 
Public Shared Function CreateHDPhotoFormat() As IImGearFormat
'Usage
 
Dim value As IImGearFormat
 
value = ImGearHDPhoto.CreateHDPhotoFormat()
public static IImGearFormat CreateHDPhotoFormat()
public: static IImGearFormat* CreateHDPhotoFormat(); 
public:
static IImGearFormat^ CreateHDPhotoFormat(); 

Return Value

Remarks

NOTE:

HD Photo format when registered should be inserted before TIFF format, because TIFF 2-bytes signature is a part of HD Photo format signature. This can be done using: ImGearFileFormats.Filters.Insert(0, ImGearHDPhoto.CreateHDPhotoFormat()).

See Also

Reference

ImGearHDPhoto Class
ImGearHDPhoto Members
IImGearFormat Interface