ImageOrientation

XmpIptcIimPackage.ImageOrientation property

Gets or sets the image orientation. Indicates the layout of the image area. Allowed values are P (for Portrait), L (for Landscape) and S (for Square).

public string ImageOrientation { get; set; }

Property Value

The image orientation.

See Also