hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing image metadata that extends ISGIImageMetaData.

    interface ISGROImageMetadata {
        GetMetadata(): any;
        GetRawExif(): any;
        GetRawExifTag(ifd: number, tagnum: number): any;
        GetThumbnail(): any;
        SetUrl(url: string): any;
    }

    Hierarchy (View Summary)

    Index

    Methods