ImageGear .NET - Updated
Orientation Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Orientation Property
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
public ImGearXMPEnum<ImGearTIFFOrientation> Orientation {get; set;}
public: __property ImGearXMPEnum<ImGearTIFFOrientation>* get_Orientation();
public: __property void set_Orientation( 
   ImGearXMPEnum<ImGearTIFFOrientation>* value
);
public:
property ImGearXMPEnum<ImGearTIFFOrientation>^ Orientation {
   ImGearXMPEnum<ImGearTIFFOrientation>^ get();
   void set (    ImGearXMPEnum<ImGearTIFFOrientation>^ value);
}

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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members