PdfPageRotation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Normal | 0 | No rotation. |
Rotate90 | 1 | A 90-degree rotation. |
Rotate180 | 2 | A 180-degree rotation. |
Rotate270 | 3 | A 270-degree rotation. |
Remarks
Degrees are expressed relative to a clockwise rotation.