Search Results for

    Show / Hide Table of Contents

    Class IndexFormatUtil

    Utility class for index formats

    Inheritance
    System.Object
    IndexFormatUtil
    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.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public static class IndexFormatUtil

    Fields

    LargeThumbWidth

    Large thumbnail width

    Declaration
    public const int LargeThumbWidth = 400
    Field Value
    Type Description
    System.Int32

    MediumThumbWidth

    Medium thumbnail width

    Declaration
    public const int MediumThumbWidth = 300
    Field Value
    Type Description
    System.Int32

    SmallThumbWidth

    Small thumbnail width

    Declaration
    public const int SmallThumbWidth = 200
    Field Value
    Type Description
    System.Int32

    VeryLargeThumbWidth

    Very large thumbnail width

    Declaration
    public const int VeryLargeThumbWidth = 1200
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022