SupportedOrientation enum
Type of image orientation.
public enum SupportedOrientation
{
Portrait,
Landscape,
Default
}
Constants
| Name | Description |
|---|---|
| Portrait | Image for capture has a portrait orientation. |
| Landscape | Image for capture has a landscape orientation. |
| Default | Image for capture can have orientation of any type, depending on the device settings. |
02.03.2022 12:59:15