Show / Hide Table of Contents

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

See for example Dzsave(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, String, Nullable<Boolean>, Double[], Nullable<Int32>).

Fields

| Improve this Doc View Source

Fs

Write tiles to the filesystem.

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

Szi

Write to a szi file.

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

Zip

Write tiles to a zip file.

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