PdfPageRotation PdfPageRotation PdfPageRotation 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 PdfPageRotationpublic enum PdfPageRotationPublic Enum PdfPageRotation// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Normal Normal Normal Normal

No rotation.

Rotate180 Rotate180 Rotate180 Rotate180

A 180-degree rotation.

Rotate270 Rotate270 Rotate270 Rotate270

A 270-degree rotation.

Rotate90 Rotate90 Rotate90 Rotate90

A 90-degree rotation.

Remarks

Degrees are expressed relative to a clockwise rotation.