Class Enums.ForeignDzContainer
The container type of the pyramid.
Inheritance
System.Object
Enums.ForeignDzContainer
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 ForeignDzContainer
Remarks
Fields
| Improve this Doc View SourceFs
Write tiles to the filesystem.
Declaration
public const string Fs = "fs"
Field Value
Type | Description |
---|---|
System.String |
Szi
Write to a szi file.
Declaration
public const string Szi = "szi"
Field Value
Type | Description |
---|---|
System.String |
Zip
Write tiles to a zip file.
Declaration
public const string Zip = "zip"
Field Value
Type | Description |
---|---|
System.String |