Show / Hide Table of Contents

Class Enums.ForeignDzLayout

What directory layout and metadata standard to use.

Inheritance
System.Object
Enums.ForeignDzLayout
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class ForeignDzLayout

Fields

| Improve this Doc View Source

Dz

Use DeepZoom directory layout.

Declaration
public const string Dz = "dz"
Field Value
Type Description
System.String
| Improve this Doc View Source

Google

Use Google maps directory layout.

Declaration
public const string Google = "google"
Field Value
Type Description
System.String
| Improve this Doc View Source

Iiif

Use IIIF directory layout.

Declaration
public const string Iiif = "iiif"
Field Value
Type Description
System.String
| Improve this Doc View Source

Zoomify

Use Zoomify directory layout.

Declaration
public const string Zoomify = "zoomify"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX