JpegExifDataOrientation Property |
Gets or sets the orientation.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ExifOrientation Orientation { get; set; }
Public Property Orientation As ExifOrientation
Get
Set
public:
property ExifOrientation Orientation {
ExifOrientation get ();
void set (ExifOrientation value);
}
member Orientation : ExifOrientation with get, set
Property Value
Type:
ExifOrientation
The orientation.
See Also