PdfPageRotation Enum

Definition

Specifies the number of degrees that a page in a Portable Document Format (PDF) document is rotated in the rendered output.

public enum class PdfPageRotation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PdfPageRotation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PdfPageRotation
var value = Windows.Data.Pdf.PdfPageRotation.normal
Public Enum PdfPageRotation
Inheritance
PdfPageRotation
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Normal 0

No rotation.

Rotate180 2

A 180-degree rotation.

Rotate270 3

A 270-degree rotation.

Rotate90 1

A 90-degree rotation.

Remarks

Degrees are expressed relative to a clockwise rotation.

Applies to