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 SourceCm
Use centimeters.
Declaration
public const string Cm = "cm"
Field Value
Type | Description |
---|---|
System.String |
Inch
Use inches.
Declaration
public const string Inch = "inch"
Field Value
Type | Description |
---|---|
System.String |