Top "Orientation" questions

Orientation is the way up, down, left or right something is facing or being held in.

WPF to XPS in landscape orientation

i am trying to to generate a XPS Document from a WPF Control. Printing works so far, but i cannot …

c# wpf orientation xps landscape
iOS augmented reality with compass and location

I'm trying to develop a mini "Around Me" like using camera, compass and location. I would like to display place's …

ios gps orientation compass-geolocation augmented-reality
Using the Rotation Vector Sensor

I would like to know how to properly use the output from the "Rotation Vector Sensor". Currently I came up …

java rotation orientation opengl-es-2.0 android-sensors
iPhone/iPod - prevent font-size-changing

I was wondering whether it is possible to prevent following behaviour: I've got a *.css file in which I define …

iphone css orientation ipod
How to remove EXIF data from image, but keep the orientation?

When I remove the EXIF data from a folder with images with the Windows properties-tool, the orientation (that was already …

image orientation jpeg exif exiftool
lock/unlock orientation

To lock my orientation to portrait, I use: activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); I'm unsure what flag tells the …

android orientation flags
How to restrict my app to landscape mode?

I have my iPad application created using the SplitView template. I wonder what is the best way to restrict my …

iphone cocoa-touch ipad orientation landscape
In Swift, how to get the device orientation correctly right after it's launched?

I use following code to see if the device is in landscape mode or not: UIDevice.currentDevice().orientation.isLandscape.boolValue …

ios swift swift2 orientation uiinterfaceorientation
Python Docx - Sections - Page Orientation

The following code tries to use landscape orientation, but the document is created as potrait. Can you suggest where the …

python orientation docx python-docx
Android: Disable rotations by 90°, but enable rotations by 180°

I would like to create an Android app (for a tablet) that should be only displayed in landscape orientation, e.…

android orientation screen-orientation