Enum TiffOrientations

TiffOrientations enumeration

Beeldoriëntatie. Mogelijke waarden voor ORIENTATION-tag.

public enum TiffOrientations : ushort

Waarden

NaamWaardeBeschrijving
TopLeft1Rij 0 bovenaan, Kolom 0 links.
TopRight2Rij 0 bovenaan, kolom 0 rechts.
BottomRight3Rij 0 onderaan, Kolom 0 rechts.
BottomLeft4Rij 0 onderaan, Kolom 0 links.
LeftTop5Rij 0 links, kolom 0 bovenaan.
RightTop6Rij 0 rechts, kolom 0 bovenaan.
RightBottom7Rij 0 rechts, kolom 0 onderaan.
LeftBottom8Rij 0 links, kolom 0 onderaan.

Zie ook