ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / Orientation Property




In This Topic
Orientation Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets Orientation property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property Orientation As ImGearXMPEnum(Of ImGearTIFFOrientation)
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFOrientation)
 
instance.Orientation = value
 
value = instance.Orientation

Property Value

ImageGear.Formats.TIF.ImGearTIFFOrientation generic class value with ImageGear.Formats.TIF.ImGearTIFFOrientation type parameter.
Remarks
This XMP property represents TIFF tag 274 (0x112) and specifies image orientation.
See Also