ImageGear21.Wpf Assembly > ImageGear.WPF.HDP Namespace > ImGearHDPhoto Class : CreateHDPhotoFormat Method |
'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();
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())
.