Search Results for

    Show / Hide Table of Contents

    Class SystemMetadata

    Summary description for SystemMetadata.

    Inheritance
    System.Object
    SystemMetadata
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Analysers.Data
    Assembly: ImageVault.Core.dll
    Syntax
    [Obsolete("Use ImageVault.Common.Data.SystemMetadata instead")]
    public static class SystemMetadata

    Fields

    FileExtension

    The file extension of a file

    Declaration
    public const string FileExtension = "FileExtension"
    Field Value
    Type Description
    System.String

    FileSize

    The size in bytes of a file

    Declaration
    public const string FileSize = "FileSize"
    Field Value
    Type Description
    System.String

    ImageHeight

    The height of an image

    Declaration
    public const string ImageHeight = "ImageHeight"
    Field Value
    Type Description
    System.String

    ImageWidth

    The width of an image

    Declaration
    public const string ImageWidth = "ImageWidth"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022