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 SourceDz
Use DeepZoom directory layout.
Declaration
public const string Dz = "dz"
Field Value
Type | Description |
---|---|
System.String |
Use Google maps directory layout.
Declaration
public const string Google = "google"
Field Value
Type | Description |
---|---|
System.String |
Iiif
Use IIIF directory layout.
Declaration
public const string Iiif = "iiif"
Field Value
Type | Description |
---|---|
System.String |
Zoomify
Use Zoomify directory layout.
Declaration
public const string Zoomify = "zoomify"
Field Value
Type | Description |
---|---|
System.String |