ImageGear .NET v24.12 - Updated
ImageOrientation Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCMetadata Class : ImageOrientation Property
Gets or sets Image Orientation IPTC dataset.
Syntax
'Declaration
 
Public Property ImageOrientation As Nullable(Of ImGearIPTCImageOrientation)
'Usage
 
Dim instance As ImGearIPTCMetadata
Dim value As Nullable(Of ImGearIPTCImageOrientation)
 
instance.ImageOrientation = value
 
value = instance.ImageOrientation
public Nullable<ImGearIPTCImageOrientation> ImageOrientation {get; set;}
public: __property Nullable<ImGearIPTCImageOrientation> get_ImageOrientation();
public: __property void set_ImageOrientation( 
   Nullable<ImGearIPTCImageOrientation> value
);
public:
property Nullable<ImGearIPTCImageOrientation> ImageOrientation {
   Nullable<ImGearIPTCImageOrientation> get();
   void set (    Nullable<ImGearIPTCImageOrientation> value);
}

Property Value

Nullable (boxed) ImGearIPTCImageOrientation enumeration value.
Remarks
This property accesses the ImageOrientation DataSet (2:131). The DataSet indicates the layout of the image area.

Get accessor returns the tag value if the tag is present in the metadata tree, or null otherwise.

Set accessor replaces the current tag value if the tag is present in the metadata tree, adds the tag if it was not present, or deletes the tag if a null value is passed.

See the IPTC - NAA Information Interchange Model ver. 4.1 specification for tag usage details.

See Also

Reference

ImGearIPTCMetadata Class
ImGearIPTCMetadata Members
ImGearIPTCImageOrientation Enumeration