ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF.HDP Namespace / ImGearHDPhoto Class / CreateHDPhotoFormat Method




In This Topic
    CreateHDPhotoFormat Method
    In This Topic
    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