VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    VintaSoft JPEG2000 .NET Plug-in: Changes in version 8.5
    In This Topic

    API changes in Vintasoft.Imaging.Jpeg2000Codec.dll

    Changed classes:

    Vintasoft.Imaging.Codecs.Decoders.Jpeg2000Decoder
    Changed methods
    public Vintasoft.Imaging.Codecs.Decoders.ImageInfo GetImageInfo(int, Vintasoft.Imaging.Codecs.Decoders.RenderingSettings) public Vintasoft.Imaging.Codecs.Decoders.ImageInfo GetImageInfo(int, Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, Vintasoft.Imaging.Codecs.Decoders.DecodingSettings)


    Vintasoft.Imaging.Metadata.Jpeg2000PageMetadata
    Added properties
    public string Brand { get; } Gets the field that specifies the Recommendation or International Standard which completely defines this Jpeg2000 file.
    public Vintasoft.Imaging.Metadata.IJpeg2000ColorSpaceSpecification[] ColorSpaceSpecifications { get; } Gets the color space specifications.
    public bool HasResolution { get; } Gets a value indicating whether the information about image resolution is stored in a JPEG2000 page.
    public int[] SourceBitsPerChannels { get; } Gets an array of numbers of bits per image channel stored in JPEG2000 image.