Show / Hide Table of Contents

Class Enums.ForeignTiffResunit

Use inches or centimeters as the resolution unit for a tiff file.

Inheritance
System.Object
Enums.ForeignTiffResunit
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 ForeignTiffResunit

Fields

| Improve this Doc View Source

Cm

Use centimeters.

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

Inch

Use inches.

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