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




In This Topic
    ImGearHDPhoto Class
    In This Topic
    Initializes HD Photo file format.
    Object Model
    ImGearHDPhoto ClassIImGearFormat Interface
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearHDPhoto 
    'Usage
     
    Dim instance As ImGearHDPhoto
    public sealed class ImGearHDPhoto 
    public __gc __sealed class ImGearHDPhoto 
    public ref class ImGearHDPhoto sealed 
    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. See ImGearHDPhoto.CreateHDPhotoFormat method for details.

    Inheritance Hierarchy

    System.Object
       ImageGear.WPF.HDP.ImGearHDPhoto

    See Also